Html Css Color HEX #CA14CE Deep Magenta

📋 copy color: '#CA14CE'

red 202 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #CA14CE

Tints of Deep Magenta #CA14CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 47.2%
G = 4.67%
B = 48.13%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA14CE (or 0xCA14CE) is known color: Deep Magenta. HEX triplet: CA, 14 and CE. RGB value is (202,20,206). Sum of RGB (Red+Green+Blue) = 202+20+206=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14CE is #35EB31. Grayscale: #5F5F5F. Windows color (decimal): -3533618 or 13505738. OLE color: 13505738.

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

Color convert

RGB 202 20 206 -
CMYK 0.02 0.90 0 0.19
HSL 298.71º 0.82% 0.44% -
HSV(B) 298.71º 0.9% 0.81% -
XYZ 35.75 17.51 59.89 -
YUV 95.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 202 20 206 0.02 0.90 0 0.19 298.71 0.82 0.44
Hex CA 14 CE 2 5A 0 13 12B 52 2C
Octal 312 24 316 2 132 0 23 453 122 54
Binary 11001010 10100 11001110 10 1011010 0 10011 100101011 1010010 101100

Color Harmonies of #CA14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14CE

Black with #CA14CE

Text Example


Text Example

White with #CA14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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