Html Css Color HEX #C918DD Deep Magenta

📋 copy color: '#C918DD'

red 201 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #C918DD

Tints of Deep Magenta #C918DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 45.07%
G = 5.38%
B = 49.55%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C918DD (or 0xC918DD) is known color: Deep Magenta. HEX triplet: C9, 18 and DD. RGB value is (201,24,221). Sum of RGB (Red+Green+Blue) = 201+24+221=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C918DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918DD is #36E722. Grayscale: #626262. Windows color (decimal): -3598115 or 14489801. OLE color: 14489801.

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

Color convert

RGB 201 24 221 -
CMYK 0.09 0.89 0 0.13
HSL 293.91º 0.8% 0.48% -
HSV(B) 293.91º 0.89% 0.87% -
XYZ 37.47 18.29 69.96 -
YUV 99.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 201 24 221 0.09 0.89 0 0.13 293.91 0.8 0.48
Hex C9 18 DD 9 59 0 D 126 50 30
Octal 311 30 335 11 131 0 15 446 120 60
Binary 11001001 11000 11011101 1001 1011001 0 1101 100100110 1010000 110000

Color Harmonies of #C918DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918DD

Black with #C918DD

Text Example


Text Example

White with #C918DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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