Html Css Color HEX #C918DF Deep Magenta

📋 copy color: '#C918DF'

red 201 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #C918DF

Tints of Deep Magenta #C918DF

RGB

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

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

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

R = 44.87%
G = 5.36%
B = 49.78%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C918DF (or 0xC918DF) is known color: Deep Magenta. HEX triplet: C9, 18 and DF. RGB value is (201,24,223). Sum of RGB (Red+Green+Blue) = 201+24+223=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C918DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918DF is #36E720. Grayscale: #626262. Windows color (decimal): -3598113 or 14620873. OLE color: 14620873.

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

Color convert

RGB 201 24 223 -
CMYK 0.10 0.89 0 0.13
HSL 293.37º 0.81% 0.48% -
HSV(B) 293.37º 0.89% 0.87% -
XYZ 37.73 18.4 71.37 -
YUV 99.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 201 24 223 0.10 0.89 0 0.13 293.37 0.81 0.48
Hex C9 18 DF A 59 0 D 125 51 30
Octal 311 30 337 12 131 0 15 445 121 60
Binary 11001001 11000 11011111 1010 1011001 0 1101 100100101 1010001 110000

Color Harmonies of #C918DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918DF

Black with #C918DF

Text Example


Text Example

White with #C918DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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