Html Css Color HEX #C60CBF Deep Magenta

📋 copy color: '#C60CBF'

red 198 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #C60CBF

Tints of Deep Magenta #C60CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 49.38%
G = 2.99%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C60CBF (or 0xC60CBF) is known color: Deep Magenta. HEX triplet: C6, 0C and BF. RGB value is (198,12,191). Sum of RGB (Red+Green+Blue) = 198+12+191=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CBF is #39F340. Grayscale: #575757. Windows color (decimal): -3797825 or 12520646. OLE color: 12520646.

HSL color Cylindrical-coordinate representation of color #C60CBF: hue angle of 302.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CBF is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 12 191 -
CMYK 0 0.94 0.04 0.22
HSL 302.26º 0.89% 0.41% -
HSV(B) 302.26º 0.94% 0.78% -
XYZ 32.82 16.03 50.65 -
YUV 88.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 198 12 191 0 0.94 0.04 0.22 302.26 0.89 0.41
Hex C6 C BF 0 5E 4 16 12E 59 29
Octal 306 14 277 0 136 4 26 456 131 51
Binary 11000110 1100 10111111 0 1011110 100 10110 100101110 1011001 101001

Color Harmonies of #C60CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CBF

Black with #C60CBF

Text Example


Text Example

White with #C60CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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