Html Css Color HEX #C219E3 Deep Magenta

📋 copy color: '#C219E3'

red 194 ◦ green 25 ◦ blue 227

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

Shades of Deep Magenta #C219E3

Tints of Deep Magenta #C219E3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.61%

 BLUE value IS 227 (89.06% from 255) = 50.9%

R = 43.5%
G = 5.61%
B = 50.9%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C219E3 (or 0xC219E3) is known color: Deep Magenta. HEX triplet: C2, 19 and E3. RGB value is (194,25,227). Sum of RGB (Red+Green+Blue) = 194+25+227=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 227 (89.06% from 255 or 50.90% from 446); Max value from RGB is 227 - color contains mainly: blue. Hex color #C219E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219E3 is #3DE61C. Grayscale: #616161. Windows color (decimal): -4056605 or 14883266. OLE color: 14883266.

HSL color Cylindrical-coordinate representation of color #C219E3: hue angle of 290.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C219E3 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 25 227 -
CMYK 0.15 0.89 0 0.11
HSL 290.2º 0.8% 0.49% -
HSV(B) 290.2º 0.89% 0.89% -
XYZ 36.46 17.71 74.17 -
YUV 98.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 194 25 227 0.15 0.89 0 0.11 290.2 0.8 0.49
Hex C2 19 E3 F 59 0 B 122 50 31
Octal 302 31 343 17 131 0 13 442 120 61
Binary 11000010 11001 11100011 1111 1011001 0 1011 100100010 1010000 110001

Color Harmonies of #C219E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219E3

Black with #C219E3

Text Example


Text Example

White with #C219E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219E3; }

 p { color: rgb(194,25,227); }

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

background-color css

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

 a { background-color: rgb(194,25,227); }

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

border-color css

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

 span { border-color: rgb(194,25,227); }

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