Html Css Color HEX #C213CE Deep Magenta

📋 copy color: '#C213CE'

red 194 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #C213CE

Tints of Deep Magenta #C213CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 46.3%
G = 4.53%
B = 49.16%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C213CE (or 0xC213CE) is known color: Deep Magenta. HEX triplet: C2, 13 and CE. RGB value is (194,19,206). Sum of RGB (Red+Green+Blue) = 194+19+206=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C213CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213CE is #3DEC31. Grayscale: #5C5C5C. Windows color (decimal): -4058162 or 13505474. OLE color: 13505474.

HSL color Cylindrical-coordinate representation of color #C213CE: hue angle of 296.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C213CE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 19 206 -
CMYK 0.06 0.91 0 0.19
HSL 296.15º 0.83% 0.44% -
HSV(B) 296.15º 0.91% 0.81% -
XYZ 33.62 16.39 59.78 -
YUV 92.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 194 19 206 0.06 0.91 0 0.19 296.15 0.83 0.44
Hex C2 13 CE 6 5B 0 13 128 53 2C
Octal 302 23 316 6 133 0 23 450 123 54
Binary 11000010 10011 11001110 110 1011011 0 10011 100101000 1010011 101100

Color Harmonies of #C213CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213CE

Black with #C213CE

Text Example


Text Example

White with #C213CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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