Html Css Color HEX #CC1DDC Deep Magenta

📋 copy color: '#CC1DDC'

red 204 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #CC1DDC

Tints of Deep Magenta #CC1DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.4%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 45.03%
G = 6.4%
B = 48.57%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC1DDC (or 0xCC1DDC) is known color: Deep Magenta. HEX triplet: CC, 1D and DC. RGB value is (204,29,220). Sum of RGB (Red+Green+Blue) = 204+29+220=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DDC is #33E223. Grayscale: #666666. Windows color (decimal): -3400228 or 14425548. OLE color: 14425548.

HSL color Cylindrical-coordinate representation of color #CC1DDC: hue angle of 294.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1DDC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 29 220 -
CMYK 0.07 0.87 0 0.14
HSL 294.97º 0.77% 0.49% -
HSV(B) 294.97º 0.87% 0.86% -
XYZ 38.26 18.88 69.34 -
YUV 103.1 193.98 199.97 -
System Red Green Blue C M Y K H S L
Decimal 204 29 220 0.07 0.87 0 0.14 294.97 0.77 0.49
Hex CC 1D DC 7 57 0 E 127 4D 31
Octal 314 35 334 7 127 0 16 447 115 61
Binary 11001100 11101 11011100 111 1010111 0 1110 100100111 1001101 110001

Color Harmonies of #CC1DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1DDC

Black with #CC1DDC

Text Example


Text Example

White with #CC1DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1DDC; }

 p { color: rgb(204,29,220); }

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

background-color css

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

 a { background-color: rgb(204,29,220); }

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

border-color css

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

 span { border-color: rgb(204,29,220); }

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