Html Css Color HEX #CC05BE Deep Magenta

📋 copy color: '#CC05BE'

red 204 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #CC05BE

Tints of Deep Magenta #CC05BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 51.13%
G = 1.25%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC05BE (or 0xCC05BE) is known color: Deep Magenta. HEX triplet: CC, 05 and BE. RGB value is (204,5,190). Sum of RGB (Red+Green+Blue) = 204+5+190=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05BE is #33FA41. Grayscale: #555555. Windows color (decimal): -3406402 or 12453324. OLE color: 12453324.

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

Color convert

RGB 204 5 190 -
CMYK 0 0.98 0.07 0.2
HSL 304.22º 0.95% 0.41% -
HSV(B) 304.22º 0.98% 0.8% -
XYZ 34.25 16.66 50.13 -
YUV 85.59 186.93 212.46 -
System Red Green Blue C M Y K H S L
Decimal 204 5 190 0 0.98 0.07 0.2 304.22 0.95 0.41
Hex CC 5 BE 0 62 7 14 130 5F 29
Octal 314 5 276 0 142 7 24 460 137 51
Binary 11001100 101 10111110 0 1100010 111 10100 100110000 1011111 101001

Color Harmonies of #CC05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05BE

Black with #CC05BE

Text Example


Text Example

White with #CC05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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