Html Css Color HEX #C213DB Deep Magenta

📋 copy color: '#C213DB'

red 194 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C213DB

Tints of Deep Magenta #C213DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 44.91%
G = 4.4%
B = 50.69%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C213DB (or 0xC213DB) is known color: Deep Magenta. HEX triplet: C2, 13 and DB. RGB value is (194,19,219). Sum of RGB (Red+Green+Blue) = 194+19+219=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #C213DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213DB is #3DEC24. Grayscale: #5D5D5D. Windows color (decimal): -4058149 or 14357442. OLE color: 14357442.

HSL color Cylindrical-coordinate representation of color #C213DB: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C213DB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 19 219 -
CMYK 0.11 0.91 0 0.14
HSL 292.5º 0.84% 0.47% -
HSV(B) 292.5º 0.91% 0.86% -
XYZ 35.27 17.05 68.45 -
YUV 94.13 198.48 199.24 -
System Red Green Blue C M Y K H S L
Decimal 194 19 219 0.11 0.91 0 0.14 292.5 0.84 0.47
Hex C2 13 DB B 5B 0 E 124 54 2F
Octal 302 23 333 13 133 0 16 444 124 57
Binary 11000010 10011 11011011 1011 1011011 0 1110 100100100 1010100 101111

Color Harmonies of #C213DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213DB

Black with #C213DB

Text Example


Text Example

White with #C213DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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