Html Css Color HEX #CC02B7 Deep Magenta

📋 copy color: '#CC02B7'

red 204 ◦ green 2 ◦ blue 183

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

Shades of Deep Magenta #CC02B7

Tints of Deep Magenta #CC02B7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 52.44%
G = 0.51%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC02B7 (or 0xCC02B7) is known color: Deep Magenta. HEX triplet: CC, 02 and B7. RGB value is (204,2,183). Sum of RGB (Red+Green+Blue) = 204+2+183=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02B7 is #33FD48. Grayscale: #525252. Windows color (decimal): -3407177 or 11993804. OLE color: 11993804.

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

Color convert

RGB 204 2 183 -
CMYK 0 0.99 0.10 0.2
HSL 306.24º 0.98% 0.4% -
HSV(B) 306.24º 0.99% 0.8% -
XYZ 33.47 16.3 46.18 -
YUV 83.03 184.42 214.28 -
System Red Green Blue C M Y K H S L
Decimal 204 2 183 0 0.99 0.10 0.2 306.24 0.98 0.4
Hex CC 2 B7 0 63 A 14 132 62 28
Octal 314 2 267 0 143 12 24 462 142 50
Binary 11001100 10 10110111 0 1100011 1010 10100 100110010 1100010 101000

Color Harmonies of #CC02B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02B7

Black with #CC02B7

Text Example


Text Example

White with #CC02B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02B7; }

 p { color: rgb(204,2,183); }

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

background-color css

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

 a { background-color: rgb(204,2,183); }

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

border-color css

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

 span { border-color: rgb(204,2,183); }

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