Html Css Color HEX #CA04D6 Deep Magenta

📋 copy color: '#CA04D6'

red 202 ◦ green 4 ◦ blue 214

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

Shades of Deep Magenta #CA04D6

Tints of Deep Magenta #CA04D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.95%

R = 48.1%
G = 0.95%
B = 50.95%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA04D6 (or 0xCA04D6) is known color: Deep Magenta. HEX triplet: CA, 04 and D6. RGB value is (202,4,214). Sum of RGB (Red+Green+Blue) = 202+4+214=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA04D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04D6 is #35FB29. Grayscale: #565656. Windows color (decimal): -3537706 or 14025930. OLE color: 14025930.

HSL color Cylindrical-coordinate representation of color #CA04D6: hue angle of 296.57º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04D6 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 4 214 -
CMYK 0.06 0.98 0 0.16
HSL 296.57º 0.96% 0.43% -
HSV(B) 296.57º 0.98% 0.84% -
XYZ 36.54 17.5 65.07 -
YUV 87.14 199.6 209.92 -
System Red Green Blue C M Y K H S L
Decimal 202 4 214 0.06 0.98 0 0.16 296.57 0.96 0.43
Hex CA 4 D6 6 62 0 10 129 60 2B
Octal 312 4 326 6 142 0 20 451 140 53
Binary 11001010 100 11010110 110 1100010 0 10000 100101001 1100000 101011

Color Harmonies of #CA04D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04D6

Black with #CA04D6

Text Example


Text Example

White with #CA04D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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