Html Css Color HEX #CA059C Medium Violet Red

📋 copy color: '#CA059C'

red 202 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #CA059C

Tints of Medium Violet Red #CA059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 55.65%
G = 1.38%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA059C (or 0xCA059C) is known color: Medium Violet Red. HEX triplet: CA, 05 and 9C. RGB value is (202,5,156). Sum of RGB (Red+Green+Blue) = 202+5+156=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059C is #35FA63. Grayscale: #505050. Windows color (decimal): -3537508 or 10225098. OLE color: 10225098.

HSL color Cylindrical-coordinate representation of color #CA059C: hue angle of 314.01º 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 #CA059C is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 156 -
CMYK 0 0.98 0.23 0.21
HSL 314.01º 0.95% 0.41% -
HSV(B) 314.01º 0.98% 0.79% -
XYZ 30.41 15.07 32.76 -
YUV 81.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 202 5 156 0 0.98 0.23 0.21 314.01 0.95 0.41
Hex CA 5 9C 0 62 17 15 13A 5F 29
Octal 312 5 234 0 142 27 25 472 137 51
Binary 11001010 101 10011100 0 1100010 10111 10101 100111010 1011111 101001

Color Harmonies of #CA059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA059C

Black with #CA059C

Text Example


Text Example

White with #CA059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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