Html Css Color HEX #CA14A6 Medium Violet Red

📋 copy color: '#CA14A6'

red 202 ◦ green 20 ◦ blue 166

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

Shades of Medium Violet Red #CA14A6

Tints of Medium Violet Red #CA14A6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.15%

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

R = 52.06%
G = 5.15%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA14A6 (or 0xCA14A6) is known color: Medium Violet Red. HEX triplet: CA, 14 and A6. RGB value is (202,20,166). Sum of RGB (Red+Green+Blue) = 202+20+166=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14A6 is #35EB59. Grayscale: #5A5A5A. Windows color (decimal): -3533658 or 10884298. OLE color: 10884298.

HSL color Cylindrical-coordinate representation of color #CA14A6: hue angle of 311.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14A6 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 166 -
CMYK 0 0.90 0.18 0.21
HSL 311.87º 0.82% 0.44% -
HSV(B) 311.87º 0.9% 0.79% -
XYZ 31.49 15.81 37.47 -
YUV 91.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 202 20 166 0 0.90 0.18 0.21 311.87 0.82 0.44
Hex CA 14 A6 0 5A 12 15 138 52 2C
Octal 312 24 246 0 132 22 25 470 122 54
Binary 11001010 10100 10100110 0 1011010 10010 10101 100111000 1010010 101100

Color Harmonies of #CA14A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14A6

Black with #CA14A6

Text Example


Text Example

White with #CA14A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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