Html Css Color HEX #CA08A6 Medium Violet Red

📋 copy color: '#CA08A6'

red 202 ◦ green 8 ◦ blue 166

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

Shades of Medium Violet Red #CA08A6

Tints of Medium Violet Red #CA08A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 53.72%
G = 2.13%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA08A6 (or 0xCA08A6) is known color: Medium Violet Red. HEX triplet: CA, 08 and A6. RGB value is (202,8,166). Sum of RGB (Red+Green+Blue) = 202+8+166=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA08A6 is #35F759. Grayscale: #535353. Windows color (decimal): -3536730 or 10881226. OLE color: 10881226.

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

Color convert

RGB 202 8 166 -
CMYK 0 0.96 0.18 0.21
HSL 311.13º 0.92% 0.41% -
HSV(B) 311.13º 0.96% 0.79% -
XYZ 31.33 15.48 37.41 -
YUV 84.02 174.27 212.15 -
System Red Green Blue C M Y K H S L
Decimal 202 8 166 0 0.96 0.18 0.21 311.13 0.92 0.41
Hex CA 8 A6 0 60 12 15 137 5C 29
Octal 312 10 246 0 140 22 25 467 134 51
Binary 11001010 1000 10100110 0 1100000 10010 10101 100110111 1011100 101001

Color Harmonies of #CA08A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08A6

Black with #CA08A6

Text Example


Text Example

White with #CA08A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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