Html Css Color HEX #C918C0 Deep Magenta

📋 copy color: '#C918C0'

red 201 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #C918C0

Tints of Deep Magenta #C918C0

RGB

 RED value IS 201 (78.91% from 255) = 48.2%

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

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 48.2%
G = 5.76%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C918C0 (or 0xC918C0) is known color: Deep Magenta. HEX triplet: C9, 18 and C0. RGB value is (201,24,192). Sum of RGB (Red+Green+Blue) = 201+24+192=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C918C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918C0 is #36E73F. Grayscale: #5F5F5F. Windows color (decimal): -3598144 or 12589257. OLE color: 12589257.

HSL color Cylindrical-coordinate representation of color #C918C0: hue angle of 303.05º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C918C0 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 192 -
CMYK 0 0.88 0.04 0.21
HSL 303.05º 0.79% 0.44% -
HSV(B) 303.05º 0.88% 0.79% -
XYZ 33.93 16.88 51.34 -
YUV 96.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 201 24 192 0 0.88 0.04 0.21 303.05 0.79 0.44
Hex C9 18 C0 0 58 4 15 12F 4F 2C
Octal 311 30 300 0 130 4 25 457 117 54
Binary 11001001 11000 11000000 0 1011000 100 10101 100101111 1001111 101100

Color Harmonies of #C918C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918C0

Black with #C918C0

Text Example


Text Example

White with #C918C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918C0; }

 p { color: rgb(201,24,192); }

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

background-color css

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

 a { background-color: rgb(201,24,192); }

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

border-color css

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

 span { border-color: rgb(201,24,192); }

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