Html Css Color HEX #CC1ED5 Deep Magenta

📋 copy color: '#CC1ED5'

red 204 ◦ green 30 ◦ blue 213

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

Shades of Deep Magenta #CC1ED5

Tints of Deep Magenta #CC1ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.65%

R = 45.64%
G = 6.71%
B = 47.65%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC1ED5 (or 0xCC1ED5) is known color: Deep Magenta. HEX triplet: CC, 1E and D5. RGB value is (204,30,213). Sum of RGB (Red+Green+Blue) = 204+30+213=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC1ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ED5 is #33E12A. Grayscale: #666666. Windows color (decimal): -3399979 or 13967052. OLE color: 13967052.

HSL color Cylindrical-coordinate representation of color #CC1ED5: hue angle of 297.05º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1ED5 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 30 213 -
CMYK 0.04 0.86 0 0.16
HSL 297.05º 0.75% 0.48% -
HSV(B) 297.05º 0.86% 0.84% -
XYZ 37.38 18.57 64.57 -
YUV 102.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 204 30 213 0.04 0.86 0 0.16 297.05 0.75 0.48
Hex CC 1E D5 4 56 0 10 129 4B 30
Octal 314 36 325 4 126 0 20 451 113 60
Binary 11001100 11110 11010101 100 1010110 0 10000 100101001 1001011 110000

Color Harmonies of #CC1ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ED5

Black with #CC1ED5

Text Example


Text Example

White with #CC1ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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