Html Css Color HEX #C210CE Deep Magenta

📋 copy color: '#C210CE'

red 194 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #C210CE

Tints of Deep Magenta #C210CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 46.63%
G = 3.85%
B = 49.52%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C210CE (or 0xC210CE) is known color: Deep Magenta. HEX triplet: C2, 10 and CE. RGB value is (194,16,206). Sum of RGB (Red+Green+Blue) = 194+16+206=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #C210CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210CE is #3DEF31. Grayscale: #5A5A5A. Windows color (decimal): -4058930 or 13504706. OLE color: 13504706.

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

Color convert

RGB 194 16 206 -
CMYK 0.06 0.92 0 0.19
HSL 296.21º 0.86% 0.44% -
HSV(B) 296.21º 0.92% 0.81% -
XYZ 33.57 16.3 59.77 -
YUV 90.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 194 16 206 0.06 0.92 0 0.19 296.21 0.86 0.44
Hex C2 10 CE 6 5C 0 13 128 56 2C
Octal 302 20 316 6 134 0 23 450 126 54
Binary 11000010 10000 11001110 110 1011100 0 10011 100101000 1010110 101100

Color Harmonies of #C210CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210CE

Black with #C210CE

Text Example


Text Example

White with #C210CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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