Html Css Color HEX #CA08A0 Medium Violet Red

📋 copy color: '#CA08A0'

red 202 ◦ green 8 ◦ blue 160

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

Shades of Medium Violet Red #CA08A0

Tints of Medium Violet Red #CA08A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 54.59%
G = 2.16%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA08A0 (or 0xCA08A0) is known color: Medium Violet Red. HEX triplet: CA, 08 and A0. RGB value is (202,8,160). Sum of RGB (Red+Green+Blue) = 202+8+160=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA08A0 is #35F75F. Grayscale: #525252. Windows color (decimal): -3536736 or 10488010. OLE color: 10488010.

HSL color Cylindrical-coordinate representation of color #CA08A0: hue angle of 312.99º degrees, saturation: 0.92, 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 #CA08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 160 -
CMYK 0 0.96 0.21 0.21
HSL 312.99º 0.92% 0.41% -
HSV(B) 312.99º 0.96% 0.79% -
XYZ 30.79 15.27 34.58 -
YUV 83.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 202 8 160 0 0.96 0.21 0.21 312.99 0.92 0.41
Hex CA 8 A0 0 60 15 15 139 5C 29
Octal 312 10 240 0 140 25 25 471 134 51
Binary 11001010 1000 10100000 0 1100000 10101 10101 100111001 1011100 101001

Color Harmonies of #CA08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08A0

Black with #CA08A0

Text Example


Text Example

White with #CA08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08A0; }

 p { color: rgb(202,8,160); }

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

background-color css

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

 a { background-color: rgb(202,8,160); }

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

border-color css

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

 span { border-color: rgb(202,8,160); }

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