Html Css Color HEX #CC02B3 Deep Magenta

📋 copy color: '#CC02B3'

red 204 ◦ green 2 ◦ blue 179

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

Shades of Deep Magenta #CC02B3

Tints of Deep Magenta #CC02B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 52.99%
G = 0.52%
B = 46.49%

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

#CC02B3 (or 0xCC02B3) is known color: Deep Magenta. HEX triplet: CC, 02 and B3. RGB value is (204,2,179). Sum of RGB (Red+Green+Blue) = 204+2+179=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02B3 is #33FD4C. Grayscale: #525252. Windows color (decimal): -3407181 or 11731660. OLE color: 11731660.

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

Color convert

RGB 204 2 179 -
CMYK 0 0.99 0.12 0.2
HSL 307.43º 0.98% 0.4% -
HSV(B) 307.43º 0.99% 0.8% -
XYZ 33.06 16.14 44.02 -
YUV 82.58 182.42 214.61 -
System Red Green Blue C M Y K H S L
Decimal 204 2 179 0 0.99 0.12 0.2 307.43 0.98 0.4
Hex CC 2 B3 0 63 C 14 133 62 28
Octal 314 2 263 0 143 14 24 463 142 50
Binary 11001100 10 10110011 0 1100011 1100 10100 100110011 1100010 101000

Color Harmonies of #CC02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02B3

Black with #CC02B3

Text Example


Text Example

White with #CC02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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