Html Css Color HEX #CA04B5 Deep Magenta

📋 copy color: '#CA04B5'

red 202 ◦ green 4 ◦ blue 181

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

Shades of Deep Magenta #CA04B5

Tints of Deep Magenta #CA04B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.77%

R = 52.2%
G = 1.03%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA04B5 (or 0xCA04B5) is known color: Deep Magenta. HEX triplet: CA, 04 and B5. RGB value is (202,4,181). Sum of RGB (Red+Green+Blue) = 202+4+181=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04B5 is #35FB4A. Grayscale: #525252. Windows color (decimal): -3537739 or 11863242. OLE color: 11863242.

HSL color Cylindrical-coordinate representation of color #CA04B5: hue angle of 306.36º 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 #CA04B5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 181 -
CMYK 0 0.98 0.10 0.21
HSL 306.36º 0.96% 0.4% -
HSV(B) 306.36º 0.98% 0.79% -
XYZ 32.74 15.98 45.07 -
YUV 83.38 183.1 212.61 -
System Red Green Blue C M Y K H S L
Decimal 202 4 181 0 0.98 0.10 0.21 306.36 0.96 0.4
Hex CA 4 B5 0 62 A 15 132 60 28
Octal 312 4 265 0 142 12 25 462 140 50
Binary 11001010 100 10110101 0 1100010 1010 10101 100110010 1100000 101000

Color Harmonies of #CA04B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04B5

Black with #CA04B5

Text Example


Text Example

White with #CA04B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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