Html Css Color HEX #CC1ED8 Deep Magenta

📋 copy color: '#CC1ED8'

red 204 ◦ green 30 ◦ blue 216

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

Shades of Deep Magenta #CC1ED8

Tints of Deep Magenta #CC1ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48%

R = 45.33%
G = 6.67%
B = 48%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC1ED8 (or 0xCC1ED8) is known color: Deep Magenta. HEX triplet: CC, 1E and D8. RGB value is (204,30,216). Sum of RGB (Red+Green+Blue) = 204+30+216=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ED8 is #33E127. Grayscale: #666666. Windows color (decimal): -3399976 or 14163660. OLE color: 14163660.

HSL color Cylindrical-coordinate representation of color #CC1ED8: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1ED8 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 30 216 -
CMYK 0.06 0.86 0 0.15
HSL 296.13º 0.76% 0.48% -
HSV(B) 296.13º 0.86% 0.85% -
XYZ 37.76 18.72 66.59 -
YUV 103.23 191.65 199.88 -
System Red Green Blue C M Y K H S L
Decimal 204 30 216 0.06 0.86 0 0.15 296.13 0.76 0.48
Hex CC 1E D8 6 56 0 F 128 4C 30
Octal 314 36 330 6 126 0 17 450 114 60
Binary 11001100 11110 11011000 110 1010110 0 1111 100101000 1001100 110000

Color Harmonies of #CC1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ED8

Black with #CC1ED8

Text Example


Text Example

White with #CC1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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