Html Css Color HEX #CC0CCD Deep Magenta

📋 copy color: '#CC0CCD'

red 204 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #CC0CCD

Tints of Deep Magenta #CC0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.85%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 48.46%
G = 2.85%
B = 48.69%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC0CCD (or 0xCC0CCD) is known color: Deep Magenta. HEX triplet: CC, 0C and CD. RGB value is (204,12,205). Sum of RGB (Red+Green+Blue) = 204+12+205=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CCD is #33F332. Grayscale: #5A5A5A. Windows color (decimal): -3404595 or 13438156. OLE color: 13438156.

HSL color Cylindrical-coordinate representation of color #CC0CCD: hue angle of 299.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CCD is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 12 205 -
CMYK 0.00 0.94 0 0.20
HSL 299.69º 0.89% 0.43% -
HSV(B) 299.69º 0.94% 0.8% -
XYZ 36.05 17.51 59.24 -
YUV 91.41 192.11 208.31 -
System Red Green Blue C M Y K H S L
Decimal 204 12 205 0.00 0.94 0 0.20 299.69 0.89 0.43
Hex CC C CD 0 5E 0 14 12C 59 2B
Octal 314 14 315 0 136 0 24 454 131 53
Binary 11001100 1100 11001101 0 1011110 0 10100 100101100 1011001 101011

Color Harmonies of #CC0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CCD

Black with #CC0CCD

Text Example


Text Example

White with #CC0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CCD; }

 p { color: rgb(204,12,205); }

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

background-color css

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

 a { background-color: rgb(204,12,205); }

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

border-color css

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

 span { border-color: rgb(204,12,205); }

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