Html Css Color HEX #CC18AF Deep Magenta

📋 copy color: '#CC18AF'

red 204 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #CC18AF

Tints of Deep Magenta #CC18AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 50.62%
G = 5.96%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC18AF (or 0xCC18AF) is known color: Deep Magenta. HEX triplet: CC, 18 and AF. RGB value is (204,24,175). Sum of RGB (Red+Green+Blue) = 204+24+175=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC18AF is #33E750. Grayscale: #5E5E5E. Windows color (decimal): -3401553 or 11475148. OLE color: 11475148.

HSL color Cylindrical-coordinate representation of color #CC18AF: hue angle of 309.67º 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 #CC18AF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 175 -
CMYK 0 0.88 0.14 0.2
HSL 309.67º 0.79% 0.45% -
HSV(B) 309.67º 0.88% 0.8% -
XYZ 32.97 16.59 42.02 -
YUV 95.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 204 24 175 0 0.88 0.14 0.2 309.67 0.79 0.45
Hex CC 18 AF 0 58 E 14 136 4F 2D
Octal 314 30 257 0 130 16 24 466 117 55
Binary 11001100 11000 10101111 0 1011000 1110 10100 100110110 1001111 101101

Color Harmonies of #CC18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18AF

Black with #CC18AF

Text Example


Text Example

White with #CC18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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