Html Css Color HEX #CC18DF Deep Magenta

📋 copy color: '#CC18DF'

red 204 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #CC18DF

Tints of Deep Magenta #CC18DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 45.23%
G = 5.32%
B = 49.45%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC18DF (or 0xCC18DF) is known color: Deep Magenta. HEX triplet: CC, 18 and DF. RGB value is (204,24,223). Sum of RGB (Red+Green+Blue) = 204+24+223=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18DF is #33E720. Grayscale: #636363. Windows color (decimal): -3401505 or 14620876. OLE color: 14620876.

HSL color Cylindrical-coordinate representation of color #CC18DF: hue angle of 294.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC18DF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 24 223 -
CMYK 0.09 0.89 0 0.13
HSL 294.27º 0.81% 0.48% -
HSV(B) 294.27º 0.89% 0.87% -
XYZ 38.55 18.82 71.41 -
YUV 100.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 204 24 223 0.09 0.89 0 0.13 294.27 0.81 0.48
Hex CC 18 DF 9 59 0 D 126 51 30
Octal 314 30 337 11 131 0 15 446 121 60
Binary 11001100 11000 11011111 1001 1011001 0 1101 100100110 1010001 110000

Color Harmonies of #CC18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18DF

Black with #CC18DF

Text Example


Text Example

White with #CC18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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