Html Css Color HEX #C610CE Deep Magenta

📋 copy color: '#C610CE'

red 198 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #C610CE

Tints of Deep Magenta #C610CE

RGB

 RED value IS 198 (77.73% from 255) = 47.14%

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

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

R = 47.14%
G = 3.81%
B = 49.05%

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

#C610CE (or 0xC610CE) is known color: Deep Magenta. HEX triplet: C6, 10 and CE. RGB value is (198,16,206). Sum of RGB (Red+Green+Blue) = 198+16+206=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C610CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CE is #39EF31. Grayscale: #5B5B5B. Windows color (decimal): -3796786 or 13504710. OLE color: 13504710.

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

Color convert

RGB 198 16 206 -
CMYK 0.04 0.92 0 0.19
HSL 297.47º 0.86% 0.44% -
HSV(B) 297.47º 0.92% 0.81% -
XYZ 34.61 16.83 59.82 -
YUV 92.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 198 16 206 0.04 0.92 0 0.19 297.47 0.86 0.44
Hex C6 10 CE 4 5C 0 13 129 56 2C
Octal 306 20 316 4 134 0 23 451 126 54
Binary 11000110 10000 11001110 100 1011100 0 10011 100101001 1010110 101100

Color Harmonies of #C610CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610CE

Black with #C610CE

Text Example


Text Example

White with #C610CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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