Html Css Color HEX #C60CDF Deep Magenta

📋 copy color: '#C60CDF'

red 198 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #C60CDF

Tints of Deep Magenta #C60CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

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

R = 45.73%
G = 2.77%
B = 51.5%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60CDF (or 0xC60CDF) is known color: Deep Magenta. HEX triplet: C6, 0C and DF. RGB value is (198,12,223). Sum of RGB (Red+Green+Blue) = 198+12+223=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C60CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CDF is #39F320. Grayscale: #5B5B5B. Windows color (decimal): -3797793 or 14617798. OLE color: 14617798.

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

Color convert

RGB 198 12 223 -
CMYK 0.11 0.95 0 0.13
HSL 292.89º 0.9% 0.46% -
HSV(B) 292.89º 0.95% 0.87% -
XYZ 36.74 17.6 71.27 -
YUV 91.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 198 12 223 0.11 0.95 0 0.13 292.89 0.9 0.46
Hex C6 C DF B 5F 0 D 125 5A 2E
Octal 306 14 337 13 137 0 15 445 132 56
Binary 11000110 1100 11011111 1011 1011111 0 1101 100100101 1011010 101110

Color Harmonies of #C60CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CDF

Black with #C60CDF

Text Example


Text Example

White with #C60CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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