Html Css Color HEX #CA04E6 Deep Magenta

📋 copy color: '#CA04E6'

red 202 ◦ green 4 ◦ blue 230

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

Shades of Deep Magenta #CA04E6

Tints of Deep Magenta #CA04E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.75%

R = 46.33%
G = 0.92%
B = 52.75%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA04E6 (or 0xCA04E6) is known color: Deep Magenta. HEX triplet: CA, 04 and E6. RGB value is (202,4,230). Sum of RGB (Red+Green+Blue) = 202+4+230=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA04E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04E6 is #35FB19. Grayscale: #585858. Windows color (decimal): -3537690 or 15074506. OLE color: 15074506.

HSL color Cylindrical-coordinate representation of color #CA04E6: hue angle of 292.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04E6 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 4 230 -
CMYK 0.12 0.98 0 0.10
HSL 292.57º 0.97% 0.46% -
HSV(B) 292.57º 0.98% 0.9% -
XYZ 38.68 18.36 76.37 -
YUV 88.97 207.6 208.62 -
System Red Green Blue C M Y K H S L
Decimal 202 4 230 0.12 0.98 0 0.10 292.57 0.97 0.46
Hex CA 4 E6 C 62 0 A 125 61 2E
Octal 312 4 346 14 142 0 12 445 141 56
Binary 11001010 100 11100110 1100 1100010 0 1010 100100101 1100001 101110

Color Harmonies of #CA04E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04E6

Black with #CA04E6

Text Example


Text Example

White with #CA04E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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