Html Css Color HEX #CC18D8 Deep Magenta

📋 copy color: '#CC18D8'

red 204 ◦ green 24 ◦ blue 216

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

Shades of Deep Magenta #CC18D8

Tints of Deep Magenta #CC18D8

RGB

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

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

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

R = 45.95%
G = 5.41%
B = 48.65%

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

#CC18D8 (or 0xCC18D8) is known color: Deep Magenta. HEX triplet: CC, 18 and D8. RGB value is (204,24,216). Sum of RGB (Red+Green+Blue) = 204+24+216=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC18D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18D8 is #33E727. Grayscale: #636363. Windows color (decimal): -3401512 or 14162124. OLE color: 14162124.

HSL color Cylindrical-coordinate representation of color #CC18D8: hue angle of 296.25º 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 #CC18D8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 24 216 -
CMYK 0.06 0.89 0 0.15
HSL 296.25º 0.8% 0.47% -
HSV(B) 296.25º 0.89% 0.85% -
XYZ 37.62 18.45 66.54 -
YUV 99.71 193.63 202.39 -
System Red Green Blue C M Y K H S L
Decimal 204 24 216 0.06 0.89 0 0.15 296.25 0.8 0.47
Hex CC 18 D8 6 59 0 F 128 50 2F
Octal 314 30 330 6 131 0 17 450 120 57
Binary 11001100 11000 11011000 110 1011001 0 1111 100101000 1010000 101111

Color Harmonies of #CC18D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18D8

Black with #CC18D8

Text Example


Text Example

White with #CC18D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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