Html Css Color HEX #C210D2 Deep Magenta

📋 copy color: '#C210D2'

red 194 ◦ green 16 ◦ blue 210

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

Shades of Deep Magenta #C210D2

Tints of Deep Magenta #C210D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50%

R = 46.19%
G = 3.81%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C210D2 (or 0xC210D2) is known color: Deep Magenta. HEX triplet: C2, 10 and D2. RGB value is (194,16,210). Sum of RGB (Red+Green+Blue) = 194+16+210=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: blue. Hex color #C210D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210D2 is #3DEF2D. Grayscale: #5A5A5A. Windows color (decimal): -4058926 or 13766850. OLE color: 13766850.

HSL color Cylindrical-coordinate representation of color #C210D2: hue angle of 295.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210D2 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 16 210 -
CMYK 0.08 0.92 0 0.18
HSL 295.05º 0.86% 0.44% -
HSV(B) 295.05º 0.92% 0.82% -
XYZ 34.07 16.49 62.36 -
YUV 91.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 194 16 210 0.08 0.92 0 0.18 295.05 0.86 0.44
Hex C2 10 D2 8 5C 0 12 127 56 2C
Octal 302 20 322 10 134 0 22 447 126 54
Binary 11000010 10000 11010010 1000 1011100 0 10010 100100111 1010110 101100

Color Harmonies of #C210D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210D2

Black with #C210D2

Text Example


Text Example

White with #C210D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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