Html Css Color HEX #CA099C Medium Violet Red

📋 copy color: '#CA099C'

red 202 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #CA099C

Tints of Medium Violet Red #CA099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

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

R = 55.04%
G = 2.45%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA099C (or 0xCA099C) is known color: Medium Violet Red. HEX triplet: CA, 09 and 9C. RGB value is (202,9,156). Sum of RGB (Red+Green+Blue) = 202+9+156=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA099C is #35F663. Grayscale: #535353. Windows color (decimal): -3536484 or 10226122. OLE color: 10226122.

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

Color convert

RGB 202 9 156 -
CMYK 0 0.96 0.23 0.21
HSL 314.3º 0.91% 0.41% -
HSV(B) 314.3º 0.96% 0.79% -
XYZ 30.46 15.15 32.77 -
YUV 83.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 202 9 156 0 0.96 0.23 0.21 314.3 0.91 0.41
Hex CA 9 9C 0 60 17 15 13A 5B 29
Octal 312 11 234 0 140 27 25 472 133 51
Binary 11001010 1001 10011100 0 1100000 10111 10101 100111010 1011011 101001

Color Harmonies of #CA099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA099C

Black with #CA099C

Text Example


Text Example

White with #CA099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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