Html Css Color HEX #CA11A6 Medium Violet Red

📋 copy color: '#CA11A6'

red 202 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #CA11A6

Tints of Medium Violet Red #CA11A6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

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

R = 52.47%
G = 4.42%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA11A6 (or 0xCA11A6) is known color: Medium Violet Red. HEX triplet: CA, 11 and A6. RGB value is (202,17,166). Sum of RGB (Red+Green+Blue) = 202+17+166=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA11A6 is #35EE59. Grayscale: #585858. Windows color (decimal): -3534426 or 10883530. OLE color: 10883530.

HSL color Cylindrical-coordinate representation of color #CA11A6: hue angle of 311.68º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11A6 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 166 -
CMYK 0 0.92 0.18 0.21
HSL 311.68º 0.84% 0.43% -
HSV(B) 311.68º 0.92% 0.79% -
XYZ 31.44 15.71 37.45 -
YUV 89.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 202 17 166 0 0.92 0.18 0.21 311.68 0.84 0.43
Hex CA 11 A6 0 5C 12 15 138 54 2B
Octal 312 21 246 0 134 22 25 470 124 53
Binary 11001010 10001 10100110 0 1011100 10010 10101 100111000 1010100 101011

Color Harmonies of #CA11A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA11A6

Black with #CA11A6

Text Example


Text Example

White with #CA11A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA11A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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