Html Css Color HEX #C010CE Deep Magenta

📋 copy color: '#C010CE'

red 192 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #C010CE

Tints of Deep Magenta #C010CE

RGB

 RED value IS 192 (75.39% from 255) = 46.38%

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

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

R = 46.38%
G = 3.86%
B = 49.76%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C010CE (or 0xC010CE) is known color: Deep Magenta. HEX triplet: C0, 10 and CE. RGB value is (192,16,206). Sum of RGB (Red+Green+Blue) = 192+16+206=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C010CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010CE is #3FEF31. Grayscale: #595959. Windows color (decimal): -4190002 or 13504704. OLE color: 13504704.

HSL color Cylindrical-coordinate representation of color #C010CE: hue angle of 295.58º 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 #C010CE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 16 206 -
CMYK 0.07 0.92 0 0.19
HSL 295.58º 0.86% 0.44% -
HSV(B) 295.58º 0.92% 0.81% -
XYZ 33.06 16.03 59.74 -
YUV 90.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 192 16 206 0.07 0.92 0 0.19 295.58 0.86 0.44
Hex C0 10 CE 7 5C 0 13 128 56 2C
Octal 300 20 316 7 134 0 23 450 126 54
Binary 11000000 10000 11001110 111 1011100 0 10011 100101000 1010110 101100

Color Harmonies of #C010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010CE

Black with #C010CE

Text Example


Text Example

White with #C010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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