Html Css Color HEX #CC02B4 Deep Magenta

📋 copy color: '#CC02B4'

red 204 ◦ green 2 ◦ blue 180

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

Shades of Deep Magenta #CC02B4

Tints of Deep Magenta #CC02B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.63%

R = 52.85%
G = 0.52%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC02B4 (or 0xCC02B4) is known color: Deep Magenta. HEX triplet: CC, 02 and B4. RGB value is (204,2,180). Sum of RGB (Red+Green+Blue) = 204+2+180=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02B4 is #33FD4B. Grayscale: #525252. Windows color (decimal): -3407180 or 11797196. OLE color: 11797196.

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

Color convert

RGB 204 2 180 -
CMYK 0 0.99 0.12 0.2
HSL 307.13º 0.98% 0.4% -
HSV(B) 307.13º 0.99% 0.8% -
XYZ 33.16 16.18 44.55 -
YUV 82.69 182.92 214.53 -
System Red Green Blue C M Y K H S L
Decimal 204 2 180 0 0.99 0.12 0.2 307.13 0.98 0.4
Hex CC 2 B4 0 63 C 14 133 62 28
Octal 314 2 264 0 143 14 24 463 142 50
Binary 11001100 10 10110100 0 1100011 1100 10100 100110011 1100010 101000

Color Harmonies of #CC02B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02B4

Black with #CC02B4

Text Example


Text Example

White with #CC02B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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