Html Css Color HEX #CC18D9 Deep Magenta

📋 copy color: '#CC18D9'

red 204 ◦ green 24 ◦ blue 217

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

Shades of Deep Magenta #CC18D9

Tints of Deep Magenta #CC18D9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.39%

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 45.84%
G = 5.39%
B = 48.76%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC18D9 (or 0xCC18D9) is known color: Deep Magenta. HEX triplet: CC, 18 and D9. RGB value is (204,24,217). Sum of RGB (Red+Green+Blue) = 204+24+217=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC18D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18D9 is #33E726. Grayscale: #636363. Windows color (decimal): -3401511 or 14227660. OLE color: 14227660.

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

Color convert

RGB 204 24 217 -
CMYK 0.06 0.89 0 0.15
HSL 295.96º 0.8% 0.47% -
HSV(B) 295.96º 0.89% 0.85% -
XYZ 37.75 18.5 67.23 -
YUV 99.82 194.13 202.31 -
System Red Green Blue C M Y K H S L
Decimal 204 24 217 0.06 0.89 0 0.15 295.96 0.8 0.47
Hex CC 18 D9 6 59 0 F 128 50 2F
Octal 314 30 331 6 131 0 17 450 120 57
Binary 11001100 11000 11011001 110 1011001 0 1111 100101000 1010000 101111

Color Harmonies of #CC18D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18D9

Black with #CC18D9

Text Example


Text Example

White with #CC18D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18D9; }

 p { color: rgb(204,24,217); }

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

background-color css

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

 a { background-color: rgb(204,24,217); }

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

border-color css

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

 span { border-color: rgb(204,24,217); }

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