Html Css Color HEX #C214B1 Deep Magenta

📋 copy color: '#C214B1'

red 194 ◦ green 20 ◦ blue 177

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

Shades of Deep Magenta #C214B1

Tints of Deep Magenta #C214B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 49.62%
G = 5.12%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C214B1 (or 0xC214B1) is known color: Deep Magenta. HEX triplet: C2, 14 and B1. RGB value is (194,20,177). Sum of RGB (Red+Green+Blue) = 194+20+177=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C214B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214B1 is #3DEB4E. Grayscale: #595959. Windows color (decimal): -4057935 or 11605186. OLE color: 11605186.

HSL color Cylindrical-coordinate representation of color #C214B1: hue angle of 305.86º 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 #C214B1 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 177 -
CMYK 0 0.90 0.09 0.24
HSL 305.86º 0.81% 0.42% -
HSV(B) 305.86º 0.9% 0.76% -
XYZ 30.43 15.14 42.91 -
YUV 89.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 194 20 177 0 0.90 0.09 0.24 305.86 0.81 0.42
Hex C2 14 B1 0 5A 9 18 132 51 2A
Octal 302 24 261 0 132 11 30 462 121 52
Binary 11000010 10100 10110001 0 1011010 1001 11000 100110010 1010001 101010

Color Harmonies of #C214B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214B1

Black with #C214B1

Text Example


Text Example

White with #C214B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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