Html Css Color HEX #CC1EDD Deep Magenta

📋 copy color: '#CC1EDD'

red 204 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #CC1EDD

Tints of Deep Magenta #CC1EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.59%

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

R = 44.84%
G = 6.59%
B = 48.57%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC1EDD (or 0xCC1EDD) is known color: Deep Magenta. HEX triplet: CC, 1E and DD. RGB value is (204,30,221). Sum of RGB (Red+Green+Blue) = 204+30+221=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EDD is #33E122. Grayscale: #676767. Windows color (decimal): -3399971 or 14491340. OLE color: 14491340.

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

Color convert

RGB 204 30 221 -
CMYK 0.08 0.86 0 0.13
HSL 294.66º 0.76% 0.49% -
HSV(B) 294.66º 0.86% 0.87% -
XYZ 38.42 18.99 70.05 -
YUV 103.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 204 30 221 0.08 0.86 0 0.13 294.66 0.76 0.49
Hex CC 1E DD 8 56 0 D 127 4C 31
Octal 314 36 335 10 126 0 15 447 114 61
Binary 11001100 11110 11011101 1000 1010110 0 1101 100100111 1001100 110001

Color Harmonies of #CC1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EDD

Black with #CC1EDD

Text Example


Text Example

White with #CC1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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