Html Css Color HEX #CA05B0 Deep Magenta

📋 copy color: '#CA05B0'

red 202 ◦ green 5 ◦ blue 176

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

Shades of Deep Magenta #CA05B0

Tints of Deep Magenta #CA05B0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 52.74%
G = 1.31%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA05B0 (or 0xCA05B0) is known color: Deep Magenta. HEX triplet: CA, 05 and B0. RGB value is (202,5,176). Sum of RGB (Red+Green+Blue) = 202+5+176=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA05B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA05B0 is #35FA4F. Grayscale: #525252. Windows color (decimal): -3537488 or 11535818. OLE color: 11535818.

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

Color convert

RGB 202 5 176 -
CMYK 0 0.98 0.13 0.21
HSL 307.92º 0.95% 0.41% -
HSV(B) 307.92º 0.98% 0.79% -
XYZ 32.25 15.8 42.42 -
YUV 83.4 180.27 212.6 -
System Red Green Blue C M Y K H S L
Decimal 202 5 176 0 0.98 0.13 0.21 307.92 0.95 0.41
Hex CA 5 B0 0 62 D 15 134 5F 29
Octal 312 5 260 0 142 15 25 464 137 51
Binary 11001010 101 10110000 0 1100010 1101 10101 100110100 1011111 101001

Color Harmonies of #CA05B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA05B0

Black with #CA05B0

Text Example


Text Example

White with #CA05B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA05B0; }

 p { color: rgb(202,5,176); }

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

background-color css

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

 a { background-color: rgb(202,5,176); }

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

border-color css

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

 span { border-color: rgb(202,5,176); }

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