Html Css Color HEX #C213DD Deep Magenta

📋 copy color: '#C213DD'

red 194 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #C213DD

Tints of Deep Magenta #C213DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 44.7%
G = 4.38%
B = 50.92%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C213DD (or 0xC213DD) is known color: Deep Magenta. HEX triplet: C2, 13 and DD. RGB value is (194,19,221). Sum of RGB (Red+Green+Blue) = 194+19+221=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C213DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213DD is #3DEC22. Grayscale: #5D5D5D. Windows color (decimal): -4058147 or 14488514. OLE color: 14488514.

HSL color Cylindrical-coordinate representation of color #C213DD: hue angle of 291.98º 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 #C213DD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 19 221 -
CMYK 0.12 0.91 0 0.13
HSL 291.98º 0.84% 0.47% -
HSV(B) 291.98º 0.91% 0.87% -
XYZ 35.53 17.16 69.85 -
YUV 94.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 194 19 221 0.12 0.91 0 0.13 291.98 0.84 0.47
Hex C2 13 DD C 5B 0 D 124 54 2F
Octal 302 23 335 14 133 0 15 444 124 57
Binary 11000010 10011 11011101 1100 1011011 0 1101 100100100 1010100 101111

Color Harmonies of #C213DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213DD

Black with #C213DD

Text Example


Text Example

White with #C213DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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