Html Css Color HEX #CA13CE Deep Magenta

📋 copy color: '#CA13CE'

red 202 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #CA13CE

Tints of Deep Magenta #CA13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.45%

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

R = 47.31%
G = 4.45%
B = 48.24%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA13CE (or 0xCA13CE) is known color: Deep Magenta. HEX triplet: CA, 13 and CE. RGB value is (202,19,206). Sum of RGB (Red+Green+Blue) = 202+19+206=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13CE is #35EC31. Grayscale: #5E5E5E. Windows color (decimal): -3533874 or 13505482. OLE color: 13505482.

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

Color convert

RGB 202 19 206 -
CMYK 0.02 0.91 0 0.19
HSL 298.72º 0.83% 0.44% -
HSV(B) 298.72º 0.91% 0.81% -
XYZ 35.73 17.48 59.88 -
YUV 95.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 202 19 206 0.02 0.91 0 0.19 298.72 0.83 0.44
Hex CA 13 CE 2 5B 0 13 12B 53 2C
Octal 312 23 316 2 133 0 23 453 123 54
Binary 11001010 10011 11001110 10 1011011 0 10011 100101011 1010011 101100

Color Harmonies of #CA13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13CE

Black with #CA13CE

Text Example


Text Example

White with #CA13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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