Html Css Color HEX #C600CE Deep Magenta

📋 copy color: '#C600CE'

red 198 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #C600CE

Tints of Deep Magenta #C600CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.01%
G = 0%
B = 50.99%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C600CE (or 0xC600CE) is known color: Deep Magenta. HEX triplet: C6, 00 and CE. RGB value is (198,0,206). Sum of RGB (Red+Green+Blue) = 198+0+206=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #C600CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600CE is #39FF31. Grayscale: #525252. Windows color (decimal): -3800882 or 13500614. OLE color: 13500614.

HSL color Cylindrical-coordinate representation of color #C600CE: hue angle of 297.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600CE is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 0 206 -
CMYK 0.04 1 0 0.19
HSL 297.67º 1% 0.4% -
HSV(B) 297.67º 1% 0.81% -
XYZ 34.43 16.46 59.76 -
YUV 82.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 198 0 206 0.04 1 0 0.19 297.67 1 0.4
Hex C6 0 CE 4 64 0 13 12A 64 28
Octal 306 0 316 4 144 0 23 452 144 50
Binary 11000110 0 11001110 100 1100100 0 10011 100101010 1100100 101000

Color Harmonies of #C600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600CE

Black with #C600CE

Text Example


Text Example

White with #C600CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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