Html Css Color HEX #CA059A Medium Violet Red

📋 copy color: '#CA059A'

red 202 ◦ green 5 ◦ blue 154

#CA059A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA059A

Tints of Medium Violet Red #CA059A

RGB

 RED value IS 202 (79.3% from 255) = 55.96%

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 55.96%
G = 1.39%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA059A (or 0xCA059A) is known color: Medium Violet Red. HEX triplet: CA, 05 and 9A. RGB value is (202,5,154). Sum of RGB (Red+Green+Blue) = 202+5+154=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059A is #35FA65. Grayscale: #505050. Windows color (decimal): -3537510 or 10094026. OLE color: 10094026.

HSL color Cylindrical-coordinate representation of color #CA059A: hue angle of 314.62º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA059A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 154 -
CMYK 0 0.98 0.24 0.21
HSL 314.62º 0.95% 0.41% -
HSV(B) 314.62º 0.98% 0.79% -
XYZ 30.24 15 31.87 -
YUV 80.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 202 5 154 0 0.98 0.24 0.21 314.62 0.95 0.41
Hex CA 5 9A 0 62 18 15 13B 5F 29
Octal 312 5 232 0 142 30 25 473 137 51
Binary 11001010 101 10011010 0 1100010 11000 10101 100111011 1011111 101001

Color Harmonies of #CA059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA059A

Black with #CA059A

Text Example


Text Example

White with #CA059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA059A; }

 p { color: rgb(202,5,154); }

 H1.HeaderClassName
 {
   color: #CA059A;
 }
 .AnyTagClassName
 {
   color: #CA059A;
 }
</style>

background-color css

<style>
 a { background-color: #CA059A; }

 a { background-color: rgb(202,5,154); }

 div.DivClassName
 {
   background-color: #CA059A;
 }
 .BgClassName
 {
   background-color: #CA059A;
 }
</style>

border-color css

<style>
 span { border-color: #CA059A; }

 span { border-color: rgb(202,5,154); }

 td.TdClassName
 {
   border-color: #CA059A;
 }
 .TagClassName
 {
   border-color: #CA059A;
 }
</style>