Html Css Color HEX #CC05B5 Deep Magenta

📋 copy color: '#CC05B5'

red 204 ◦ green 5 ◦ blue 181

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

Shades of Deep Magenta #CC05B5

Tints of Deep Magenta #CC05B5

RGB

 RED value IS 204 (80.08% from 255) = 52.31%

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

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

R = 52.31%
G = 1.28%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC05B5 (or 0xCC05B5) is known color: Deep Magenta. HEX triplet: CC, 05 and B5. RGB value is (204,5,181). Sum of RGB (Red+Green+Blue) = 204+5+181=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05B5 is #33FA4A. Grayscale: #545454. Windows color (decimal): -3406411 or 11863500. OLE color: 11863500.

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

Color convert

RGB 204 5 181 -
CMYK 0 0.98 0.11 0.2
HSL 306.93º 0.95% 0.41% -
HSV(B) 306.93º 0.98% 0.8% -
XYZ 33.3 16.28 45.1 -
YUV 84.57 182.43 213.19 -
System Red Green Blue C M Y K H S L
Decimal 204 5 181 0 0.98 0.11 0.2 306.93 0.95 0.41
Hex CC 5 B5 0 62 B 14 133 5F 29
Octal 314 5 265 0 142 13 24 463 137 51
Binary 11001100 101 10110101 0 1100010 1011 10100 100110011 1011111 101001

Color Harmonies of #CC05B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05B5

Black with #CC05B5

Text Example


Text Example

White with #CC05B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05B5; }

 p { color: rgb(204,5,181); }

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

background-color css

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

 a { background-color: rgb(204,5,181); }

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

border-color css

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

 span { border-color: rgb(204,5,181); }

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