Html Css Color HEX #C210DD Deep Magenta

📋 copy color: '#C210DD'

red 194 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #C210DD

Tints of Deep Magenta #C210DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.71%

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

R = 45.01%
G = 3.71%
B = 51.28%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C210DD (or 0xC210DD) is known color: Deep Magenta. HEX triplet: C2, 10 and DD. RGB value is (194,16,221). Sum of RGB (Red+Green+Blue) = 194+16+221=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C210DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210DD is #3DEF22. Grayscale: #5B5B5B. Windows color (decimal): -4058915 or 14487746. OLE color: 14487746.

HSL color Cylindrical-coordinate representation of color #C210DD: hue angle of 292.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210DD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 16 221 -
CMYK 0.12 0.93 0 0.13
HSL 292.1º 0.86% 0.46% -
HSV(B) 292.1º 0.93% 0.87% -
XYZ 35.48 17.06 69.83 -
YUV 92.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 194 16 221 0.12 0.93 0 0.13 292.1 0.86 0.46
Hex C2 10 DD C 5D 0 D 124 56 2E
Octal 302 20 335 14 135 0 15 444 126 56
Binary 11000010 10000 11011101 1100 1011101 0 1101 100100100 1010110 101110

Color Harmonies of #C210DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210DD

Black with #C210DD

Text Example


Text Example

White with #C210DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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