Html Css Color HEX #C213BE Deep Magenta

📋 copy color: '#C213BE'

red 194 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #C213BE

Tints of Deep Magenta #C213BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.71%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 48.14%
G = 4.71%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C213BE (or 0xC213BE) is known color: Deep Magenta. HEX triplet: C2, 13 and BE. RGB value is (194,19,190). Sum of RGB (Red+Green+Blue) = 194+19+190=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C213BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213BE is #3DEC41. Grayscale: #5A5A5A. Windows color (decimal): -4058178 or 12456898. OLE color: 12456898.

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

Color convert

RGB 194 19 190 -
CMYK 0 0.90 0.02 0.24
HSL 301.37º 0.82% 0.42% -
HSV(B) 301.37º 0.9% 0.76% -
XYZ 31.78 15.65 50.06 -
YUV 90.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 194 19 190 0 0.90 0.02 0.24 301.37 0.82 0.42
Hex C2 13 BE 0 5A 2 18 12D 52 2A
Octal 302 23 276 0 132 2 30 455 122 52
Binary 11000010 10011 10111110 0 1011010 10 11000 100101101 1010010 101010

Color Harmonies of #C213BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213BE

Black with #C213BE

Text Example


Text Example

White with #C213BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213BE; }

 p { color: rgb(194,19,190); }

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

background-color css

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

 a { background-color: rgb(194,19,190); }

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

border-color css

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

 span { border-color: rgb(194,19,190); }

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