Html Css Color HEX #C510CE Deep Magenta

📋 copy color: '#C510CE'

red 197 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #C510CE

Tints of Deep Magenta #C510CE

RGB

 RED value IS 197 (77.34% from 255) = 47.02%

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

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

R = 47.02%
G = 3.82%
B = 49.16%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C510CE (or 0xC510CE) is known color: Deep Magenta. HEX triplet: C5, 10 and CE. RGB value is (197,16,206). Sum of RGB (Red+Green+Blue) = 197+16+206=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C510CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CE is #3AEF31. Grayscale: #5B5B5B. Windows color (decimal): -3862322 or 13504709. OLE color: 13504709.

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

Color convert

RGB 197 16 206 -
CMYK 0.04 0.92 0 0.19
HSL 297.16º 0.86% 0.44% -
HSV(B) 297.16º 0.92% 0.81% -
XYZ 34.35 16.7 59.8 -
YUV 91.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 197 16 206 0.04 0.92 0 0.19 297.16 0.86 0.44
Hex C5 10 CE 4 5C 0 13 129 56 2C
Octal 305 20 316 4 134 0 23 451 126 54
Binary 11000101 10000 11001110 100 1011100 0 10011 100101001 1010110 101100

Color Harmonies of #C510CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510CE

Black with #C510CE

Text Example


Text Example

White with #C510CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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