Html Css Color HEX #CC00D5 Deep Magenta

📋 copy color: '#CC00D5'

red 204 ◦ green 0 ◦ blue 213

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

Shades of Deep Magenta #CC00D5

Tints of Deep Magenta #CC00D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.08%

R = 48.92%
G = 0%
B = 51.08%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC00D5 (or 0xCC00D5) is known color: Deep Magenta. HEX triplet: CC, 00 and D5. RGB value is (204,0,213). Sum of RGB (Red+Green+Blue) = 204+0+213=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC00D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00D5 is #33FF2A. Grayscale: #545454. Windows color (decimal): -3407659 or 13959372. OLE color: 13959372.

HSL color Cylindrical-coordinate representation of color #CC00D5: hue angle of 297.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00D5 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 0 213 -
CMYK 0.04 1 0 0.16
HSL 297.46º 1% 0.42% -
HSV(B) 297.46º 1% 0.84% -
XYZ 36.91 17.64 64.41 -
YUV 85.28 200.09 212.68 -
System Red Green Blue C M Y K H S L
Decimal 204 0 213 0.04 1 0 0.16 297.46 1 0.42
Hex CC 0 D5 4 64 0 10 129 64 2A
Octal 314 0 325 4 144 0 20 451 144 52
Binary 11001100 0 11010101 100 1100100 0 10000 100101001 1100100 101010

Color Harmonies of #CC00D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00D5

Black with #CC00D5

Text Example


Text Example

White with #CC00D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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