Html Css Color HEX #C600DF Deep Magenta

📋 copy color: '#C600DF'

red 198 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #C600DF

Tints of Deep Magenta #C600DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 47.03%
G = 0%
B = 52.97%

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

#C600DF (or 0xC600DF) is known color: Deep Magenta. HEX triplet: C6, 00 and DF. RGB value is (198,0,223). Sum of RGB (Red+Green+Blue) = 198+0+223=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #C600DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600DF is #39FF20. Grayscale: #535353. Windows color (decimal): -3800865 or 14614726. OLE color: 14614726.

HSL color Cylindrical-coordinate representation of color #C600DF: hue angle of 293.27º 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 #C600DF is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 0 223 -
CMYK 0.11 1 0 0.13
HSL 293.27º 1% 0.44% -
HSV(B) 293.27º 1% 0.87% -
XYZ 36.61 17.33 71.23 -
YUV 84.62 206.1 208.87 -
System Red Green Blue C M Y K H S L
Decimal 198 0 223 0.11 1 0 0.13 293.27 1 0.44
Hex C6 0 DF B 64 0 D 125 64 2C
Octal 306 0 337 13 144 0 15 445 144 54
Binary 11000110 0 11011111 1011 1100100 0 1101 100100101 1100100 101100

Color Harmonies of #C600DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600DF

Black with #C600DF

Text Example


Text Example

White with #C600DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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