Html Css Color HEX #C214DF Deep Magenta

📋 copy color: '#C214DF'

red 194 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #C214DF

Tints of Deep Magenta #C214DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.58%

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

R = 44.39%
G = 4.58%
B = 51.03%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C214DF (or 0xC214DF) is known color: Deep Magenta. HEX triplet: C2, 14 and DF. RGB value is (194,20,223). Sum of RGB (Red+Green+Blue) = 194+20+223=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C214DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214DF is #3DEB20. Grayscale: #5E5E5E. Windows color (decimal): -4057889 or 14619842. OLE color: 14619842.

HSL color Cylindrical-coordinate representation of color #C214DF: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C214DF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 20 223 -
CMYK 0.13 0.91 0 0.13
HSL 291.43º 0.84% 0.48% -
HSV(B) 291.43º 0.91% 0.87% -
XYZ 35.82 17.3 71.26 -
YUV 95.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 194 20 223 0.13 0.91 0 0.13 291.43 0.84 0.48
Hex C2 14 DF D 5B 0 D 123 54 30
Octal 302 24 337 15 133 0 15 443 124 60
Binary 11000010 10100 11011111 1101 1011011 0 1101 100100011 1010100 110000

Color Harmonies of #C214DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214DF

Black with #C214DF

Text Example


Text Example

White with #C214DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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