Html Css Color HEX #C213DF Deep Magenta

📋 copy color: '#C213DF'

red 194 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #C213DF

Tints of Deep Magenta #C213DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 44.5%
G = 4.36%
B = 51.15%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C213DF (or 0xC213DF) is known color: Deep Magenta. HEX triplet: C2, 13 and DF. RGB value is (194,19,223). Sum of RGB (Red+Green+Blue) = 194+19+223=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C213DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213DF is #3DEC20. Grayscale: #5D5D5D. Windows color (decimal): -4058145 or 14619586. OLE color: 14619586.

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

Color convert

RGB 194 19 223 -
CMYK 0.13 0.91 0 0.13
HSL 291.47º 0.84% 0.47% -
HSV(B) 291.47º 0.91% 0.87% -
XYZ 35.8 17.26 71.26 -
YUV 94.58 200.48 198.91 -
System Red Green Blue C M Y K H S L
Decimal 194 19 223 0.13 0.91 0 0.13 291.47 0.84 0.47
Hex C2 13 DF D 5B 0 D 123 54 2F
Octal 302 23 337 15 133 0 15 443 124 57
Binary 11000010 10011 11011111 1101 1011011 0 1101 100100011 1010100 101111

Color Harmonies of #C213DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213DF

Black with #C213DF

Text Example


Text Example

White with #C213DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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