Html Css Color HEX #CC00CD Deep Magenta

📋 copy color: '#CC00CD'

red 204 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #CC00CD

Tints of Deep Magenta #CC00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.88%
G = 0%
B = 50.12%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC00CD (or 0xCC00CD) is known color: Deep Magenta. HEX triplet: CC, 00 and CD. RGB value is (204,0,205). Sum of RGB (Red+Green+Blue) = 204+0+205=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00CD is #33FF32. Grayscale: #535353. Windows color (decimal): -3407667 or 13435084. OLE color: 13435084.

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

Color convert

RGB 204 0 205 -
CMYK 0.00 1 0 0.20
HSL 299.71º 1% 0.4% -
HSV(B) 299.71º 1% 0.8% -
XYZ 35.92 17.25 59.19 -
YUV 84.37 196.09 213.33 -
System Red Green Blue C M Y K H S L
Decimal 204 0 205 0.00 1 0 0.20 299.71 1 0.4
Hex CC 0 CD 0 64 0 14 12C 64 28
Octal 314 0 315 0 144 0 24 454 144 50
Binary 11001100 0 11001101 0 1100100 0 10100 100101100 1100100 101000

Color Harmonies of #CC00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00CD

Black with #CC00CD

Text Example


Text Example

White with #CC00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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