Html Css Color HEX #C600DE Deep Magenta

📋 copy color: '#C600DE'

red 198 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #C600DE

Tints of Deep Magenta #C600DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 47.14%
G = 0%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C600DE (or 0xC600DE) is known color: Deep Magenta. HEX triplet: C6, 00 and DE. RGB value is (198,0,222). Sum of RGB (Red+Green+Blue) = 198+0+222=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #C600DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600DE is #39FF21. Grayscale: #535353. Windows color (decimal): -3800866 or 14549190. OLE color: 14549190.

HSL color Cylindrical-coordinate representation of color #C600DE: hue angle of 293.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600DE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 0 222 -
CMYK 0.11 1 0 0.13
HSL 293.51º 1% 0.44% -
HSV(B) 293.51º 1% 0.87% -
XYZ 36.47 17.28 70.52 -
YUV 84.51 205.6 208.95 -
System Red Green Blue C M Y K H S L
Decimal 198 0 222 0.11 1 0 0.13 293.51 1 0.44
Hex C6 0 DE B 64 0 D 126 64 2C
Octal 306 0 336 13 144 0 15 446 144 54
Binary 11000110 0 11011110 1011 1100100 0 1101 100100110 1100100 101100

Color Harmonies of #C600DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600DE

Black with #C600DE

Text Example


Text Example

White with #C600DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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