Html Css Color HEX #CA04BA Deep Magenta

📋 copy color: '#CA04BA'

red 202 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #CA04BA

Tints of Deep Magenta #CA04BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 51.53%
G = 1.02%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA04BA (or 0xCA04BA) is known color: Deep Magenta. HEX triplet: CA, 04 and BA. RGB value is (202,4,186). Sum of RGB (Red+Green+Blue) = 202+4+186=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04BA is #35FB45. Grayscale: #535353. Windows color (decimal): -3537734 or 12190922. OLE color: 12190922.

HSL color Cylindrical-coordinate representation of color #CA04BA: hue angle of 304.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04BA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 186 -
CMYK 0 0.98 0.08 0.21
HSL 304.85º 0.96% 0.4% -
HSV(B) 304.85º 0.98% 0.79% -
XYZ 33.26 16.19 47.83 -
YUV 83.95 185.6 212.2 -
System Red Green Blue C M Y K H S L
Decimal 202 4 186 0 0.98 0.08 0.21 304.85 0.96 0.4
Hex CA 4 BA 0 62 8 15 131 60 28
Octal 312 4 272 0 142 10 25 461 140 50
Binary 11001010 100 10111010 0 1100010 1000 10101 100110001 1100000 101000

Color Harmonies of #CA04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04BA

Black with #CA04BA

Text Example


Text Example

White with #CA04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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