Html Css Color HEX #C214AC Deep Magenta

📋 copy color: '#C214AC'

red 194 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #C214AC

Tints of Deep Magenta #C214AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 50.26%
G = 5.18%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C214AC (or 0xC214AC) is known color: Deep Magenta. HEX triplet: C2, 14 and AC. RGB value is (194,20,172). Sum of RGB (Red+Green+Blue) = 194+20+172=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C214AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214AC is #3DEB53. Grayscale: #585858. Windows color (decimal): -4057940 or 11277506. OLE color: 11277506.

HSL color Cylindrical-coordinate representation of color #C214AC: hue angle of 307.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214AC is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 172 -
CMYK 0 0.90 0.11 0.24
HSL 307.59º 0.81% 0.42% -
HSV(B) 307.59º 0.9% 0.76% -
XYZ 29.94 14.95 40.34 -
YUV 89.35 174.65 202.64 -
System Red Green Blue C M Y K H S L
Decimal 194 20 172 0 0.90 0.11 0.24 307.59 0.81 0.42
Hex C2 14 AC 0 5A B 18 134 51 2A
Octal 302 24 254 0 132 13 30 464 121 52
Binary 11000010 10100 10101100 0 1011010 1011 11000 100110100 1010001 101010

Color Harmonies of #C214AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214AC

Black with #C214AC

Text Example


Text Example

White with #C214AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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