Html Css Color HEX #C918DA Deep Magenta

📋 copy color: '#C918DA'

red 201 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #C918DA

Tints of Deep Magenta #C918DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 45.37%
G = 5.42%
B = 49.21%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C918DA (or 0xC918DA) is known color: Deep Magenta. HEX triplet: C9, 18 and DA. RGB value is (201,24,218). Sum of RGB (Red+Green+Blue) = 201+24+218=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #C918DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918DA is #36E725. Grayscale: #626262. Windows color (decimal): -3598118 or 14293193. OLE color: 14293193.

HSL color Cylindrical-coordinate representation of color #C918DA: hue angle of 294.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C918DA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 24 218 -
CMYK 0.08 0.89 0 0.15
HSL 294.74º 0.8% 0.47% -
HSV(B) 294.74º 0.89% 0.85% -
XYZ 37.07 18.13 67.88 -
YUV 99.04 195.14 200.73 -
System Red Green Blue C M Y K H S L
Decimal 201 24 218 0.08 0.89 0 0.15 294.74 0.8 0.47
Hex C9 18 DA 8 59 0 F 127 50 2F
Octal 311 30 332 10 131 0 17 447 120 57
Binary 11001001 11000 11011010 1000 1011001 0 1111 100100111 1010000 101111

Color Harmonies of #C918DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918DA

Black with #C918DA

Text Example


Text Example

White with #C918DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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