Html Css Color HEX #CC18BD Deep Magenta

📋 copy color: '#CC18BD'

red 204 ◦ green 24 ◦ blue 189

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

Shades of Deep Magenta #CC18BD

Tints of Deep Magenta #CC18BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 48.92%
G = 5.76%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC18BD (or 0xCC18BD) is known color: Deep Magenta. HEX triplet: CC, 18 and BD. RGB value is (204,24,189). Sum of RGB (Red+Green+Blue) = 204+24+189=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18BD is #33E742. Grayscale: #606060. Windows color (decimal): -3401539 or 12392652. OLE color: 12392652.

HSL color Cylindrical-coordinate representation of color #CC18BD: hue angle of 305º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC18BD is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 189 -
CMYK 0 0.88 0.07 0.2
HSL 305º 0.79% 0.45% -
HSV(B) 305º 0.88% 0.8% -
XYZ 34.41 17.16 49.64 -
YUV 96.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 204 24 189 0 0.88 0.07 0.2 305 0.79 0.45
Hex CC 18 BD 0 58 7 14 131 4F 2D
Octal 314 30 275 0 130 7 24 461 117 55
Binary 11001100 11000 10111101 0 1011000 111 10100 100110001 1001111 101101

Color Harmonies of #CC18BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18BD

Black with #CC18BD

Text Example


Text Example

White with #CC18BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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