Html Css Color HEX #C60DDF Deep Magenta

📋 copy color: '#C60DDF'

red 198 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #C60DDF

Tints of Deep Magenta #C60DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3%

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

R = 45.62%
G = 3%
B = 51.38%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60DDF (or 0xC60DDF) is known color: Deep Magenta. HEX triplet: C6, 0D and DF. RGB value is (198,13,223). Sum of RGB (Red+Green+Blue) = 198+13+223=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C60DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DDF is #39F220. Grayscale: #5B5B5B. Windows color (decimal): -3797537 or 14618054. OLE color: 14618054.

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

Color convert

RGB 198 13 223 -
CMYK 0.11 0.94 0 0.13
HSL 292.86º 0.89% 0.46% -
HSV(B) 292.86º 0.94% 0.87% -
XYZ 36.75 17.62 71.28 -
YUV 92.26 201.79 203.42 -
System Red Green Blue C M Y K H S L
Decimal 198 13 223 0.11 0.94 0 0.13 292.86 0.89 0.46
Hex C6 D DF B 5E 0 D 125 59 2E
Octal 306 15 337 13 136 0 15 445 131 56
Binary 11000110 1101 11011111 1011 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C60DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DDF

Black with #C60DDF

Text Example


Text Example

White with #C60DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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