Html Css Color HEX #CC1CDD Deep Magenta

📋 copy color: '#CC1CDD'

red 204 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #CC1CDD

Tints of Deep Magenta #CC1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.18%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 45.03%
G = 6.18%
B = 48.79%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC1CDD (or 0xCC1CDD) is known color: Deep Magenta. HEX triplet: CC, 1C and DD. RGB value is (204,28,221). Sum of RGB (Red+Green+Blue) = 204+28+221=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CDD is #33E322. Grayscale: #666666. Windows color (decimal): -3400483 or 14490828. OLE color: 14490828.

HSL color Cylindrical-coordinate representation of color #CC1CDD: hue angle of 294.72º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1CDD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 28 221 -
CMYK 0.08 0.87 0 0.13
HSL 294.72º 0.78% 0.49% -
HSV(B) 294.72º 0.87% 0.87% -
XYZ 38.37 18.89 70.03 -
YUV 102.63 194.81 200.31 -
System Red Green Blue C M Y K H S L
Decimal 204 28 221 0.08 0.87 0 0.13 294.72 0.78 0.49
Hex CC 1C DD 8 57 0 D 127 4E 31
Octal 314 34 335 10 127 0 15 447 116 61
Binary 11001100 11100 11011101 1000 1010111 0 1101 100100111 1001110 110001

Color Harmonies of #CC1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CDD

Black with #CC1CDD

Text Example


Text Example

White with #CC1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CDD; }

 p { color: rgb(204,28,221); }

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

background-color css

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

 a { background-color: rgb(204,28,221); }

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

border-color css

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

 span { border-color: rgb(204,28,221); }

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