Html Css Color HEX #CC1ED2 Deep Magenta

📋 copy color: '#CC1ED2'

red 204 ◦ green 30 ◦ blue 210

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

Shades of Deep Magenta #CC1ED2

Tints of Deep Magenta #CC1ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.3%

R = 45.95%
G = 6.76%
B = 47.3%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC1ED2 (or 0xCC1ED2) is known color: Deep Magenta. HEX triplet: CC, 1E and D2. RGB value is (204,30,210). Sum of RGB (Red+Green+Blue) = 204+30+210=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC1ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ED2 is #33E12D. Grayscale: #666666. Windows color (decimal): -3399982 or 13770444. OLE color: 13770444.

HSL color Cylindrical-coordinate representation of color #CC1ED2: hue angle of 298º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1ED2 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 30 210 -
CMYK 0.03 0.86 0 0.18
HSL 298º 0.75% 0.47% -
HSV(B) 298º 0.86% 0.82% -
XYZ 37 18.42 62.58 -
YUV 102.55 188.65 200.36 -
System Red Green Blue C M Y K H S L
Decimal 204 30 210 0.03 0.86 0 0.18 298 0.75 0.47
Hex CC 1E D2 3 56 0 12 12A 4B 2F
Octal 314 36 322 3 126 0 22 452 113 57
Binary 11001100 11110 11010010 11 1010110 0 10010 100101010 1001011 101111

Color Harmonies of #CC1ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ED2

Black with #CC1ED2

Text Example


Text Example

White with #CC1ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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