Html Css Color HEX #CC18DA Deep Magenta

📋 copy color: '#CC18DA'

red 204 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #CC18DA

Tints of Deep Magenta #CC18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 45.74%
G = 5.38%
B = 48.88%

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

#CC18DA (or 0xCC18DA) is known color: Deep Magenta. HEX triplet: CC, 18 and DA. RGB value is (204,24,218). Sum of RGB (Red+Green+Blue) = 204+24+218=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18DA is #33E725. Grayscale: #636363. Windows color (decimal): -3401510 or 14293196. OLE color: 14293196.

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

Color convert

RGB 204 24 218 -
CMYK 0.06 0.89 0 0.15
HSL 295.67º 0.8% 0.47% -
HSV(B) 295.67º 0.89% 0.85% -
XYZ 37.88 18.55 67.91 -
YUV 99.94 194.63 202.23 -
System Red Green Blue C M Y K H S L
Decimal 204 24 218 0.06 0.89 0 0.15 295.67 0.8 0.47
Hex CC 18 DA 6 59 0 F 128 50 2F
Octal 314 30 332 6 131 0 17 450 120 57
Binary 11001100 11000 11011010 110 1011001 0 1111 100101000 1010000 101111

Color Harmonies of #CC18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18DA

Black with #CC18DA

Text Example


Text Example

White with #CC18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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