Html Css Color HEX #CA04CE Deep Magenta

📋 copy color: '#CA04CE'

red 202 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #CA04CE

Tints of Deep Magenta #CA04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 49.03%
G = 0.97%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA04CE (or 0xCA04CE) is known color: Deep Magenta. HEX triplet: CA, 04 and CE. RGB value is (202,4,206). Sum of RGB (Red+Green+Blue) = 202+4+206=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04CE is #35FB31. Grayscale: #555555. Windows color (decimal): -3537714 or 13501642. OLE color: 13501642.

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

Color convert

RGB 202 4 206 -
CMYK 0.02 0.98 0 0.19
HSL 298.81º 0.96% 0.41% -
HSV(B) 298.81º 0.98% 0.81% -
XYZ 35.54 17.1 59.82 -
YUV 86.23 195.6 210.57 -
System Red Green Blue C M Y K H S L
Decimal 202 4 206 0.02 0.98 0 0.19 298.81 0.96 0.41
Hex CA 4 CE 2 62 0 13 12B 60 29
Octal 312 4 316 2 142 0 23 453 140 51
Binary 11001010 100 11001110 10 1100010 0 10011 100101011 1100000 101001

Color Harmonies of #CA04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04CE

Black with #CA04CE

Text Example


Text Example

White with #CA04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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