Html Css Color HEX #C214DE Deep Magenta

📋 copy color: '#C214DE'

red 194 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #C214DE

Tints of Deep Magenta #C214DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 44.5%
G = 4.59%
B = 50.92%

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

#C214DE (or 0xC214DE) is known color: Deep Magenta. HEX triplet: C2, 14 and DE. RGB value is (194,20,222). Sum of RGB (Red+Green+Blue) = 194+20+222=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #C214DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214DE is #3DEB21. Grayscale: #5E5E5E. Windows color (decimal): -4057890 or 14554306. OLE color: 14554306.

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

Color convert

RGB 194 20 222 -
CMYK 0.13 0.91 0 0.13
HSL 291.68º 0.83% 0.47% -
HSV(B) 291.68º 0.91% 0.87% -
XYZ 35.68 17.24 70.55 -
YUV 95.05 199.65 198.57 -
System Red Green Blue C M Y K H S L
Decimal 194 20 222 0.13 0.91 0 0.13 291.68 0.83 0.47
Hex C2 14 DE D 5B 0 D 124 53 2F
Octal 302 24 336 15 133 0 15 444 123 57
Binary 11000010 10100 11011110 1101 1011011 0 1101 100100100 1010011 101111

Color Harmonies of #C214DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214DE

Black with #C214DE

Text Example


Text Example

White with #C214DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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