Html Css Color HEX #C214DB Deep Magenta

📋 copy color: '#C214DB'

red 194 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #C214DB

Tints of Deep Magenta #C214DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 44.8%
G = 4.62%
B = 50.58%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C214DB (or 0xC214DB) is known color: Deep Magenta. HEX triplet: C2, 14 and DB. RGB value is (194,20,219). Sum of RGB (Red+Green+Blue) = 194+20+219=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C214DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214DB is #3DEB24. Grayscale: #5E5E5E. Windows color (decimal): -4057893 or 14357698. OLE color: 14357698.

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

Color convert

RGB 194 20 219 -
CMYK 0.11 0.91 0 0.14
HSL 292.46º 0.83% 0.47% -
HSV(B) 292.46º 0.91% 0.86% -
XYZ 35.28 17.08 68.46 -
YUV 94.71 198.15 198.82 -
System Red Green Blue C M Y K H S L
Decimal 194 20 219 0.11 0.91 0 0.14 292.46 0.83 0.47
Hex C2 14 DB B 5B 0 E 124 53 2F
Octal 302 24 333 13 133 0 16 444 123 57
Binary 11000010 10100 11011011 1011 1011011 0 1110 100100100 1010011 101111

Color Harmonies of #C214DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214DB

Black with #C214DB

Text Example


Text Example

White with #C214DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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