Html Css Color HEX #C218DF Deep Magenta

📋 copy color: '#C218DF'

red 194 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #C218DF

Tints of Deep Magenta #C218DF

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

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

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

R = 43.99%
G = 5.44%
B = 50.57%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C218DF (or 0xC218DF) is known color: Deep Magenta. HEX triplet: C2, 18 and DF. RGB value is (194,24,223). Sum of RGB (Red+Green+Blue) = 194+24+223=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C218DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218DF is #3DE720. Grayscale: #606060. Windows color (decimal): -4056865 or 14620866. OLE color: 14620866.

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

Color convert

RGB 194 24 223 -
CMYK 0.13 0.89 0 0.13
HSL 291.26º 0.81% 0.48% -
HSV(B) 291.26º 0.89% 0.87% -
XYZ 35.89 17.45 71.29 -
YUV 97.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 194 24 223 0.13 0.89 0 0.13 291.26 0.81 0.48
Hex C2 18 DF D 59 0 D 123 51 30
Octal 302 30 337 15 131 0 15 443 121 60
Binary 11000010 11000 11011111 1101 1011001 0 1101 100100011 1010001 110000

Color Harmonies of #C218DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218DF

Black with #C218DF

Text Example


Text Example

White with #C218DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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