Html Css Color HEX #C60FBE Deep Magenta

📋 copy color: '#C60FBE'

red 198 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #C60FBE

Tints of Deep Magenta #C60FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.72%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 49.13%
G = 3.72%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C60FBE (or 0xC60FBE) is known color: Deep Magenta. HEX triplet: C6, 0F and BE. RGB value is (198,15,190). Sum of RGB (Red+Green+Blue) = 198+15+190=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FBE is #39F041. Grayscale: #595959. Windows color (decimal): -3797058 or 12455878. OLE color: 12455878.

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

Color convert

RGB 198 15 190 -
CMYK 0 0.92 0.04 0.22
HSL 302.62º 0.86% 0.42% -
HSV(B) 302.62º 0.92% 0.78% -
XYZ 32.75 16.07 50.09 -
YUV 89.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 198 15 190 0 0.92 0.04 0.22 302.62 0.86 0.42
Hex C6 F BE 0 5C 4 16 12F 56 2A
Octal 306 17 276 0 134 4 26 457 126 52
Binary 11000110 1111 10111110 0 1011100 100 10110 100101111 1010110 101010

Color Harmonies of #C60FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FBE

Black with #C60FBE

Text Example


Text Example

White with #C60FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FBE; }

 p { color: rgb(198,15,190); }

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

background-color css

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

 a { background-color: rgb(198,15,190); }

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

border-color css

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

 span { border-color: rgb(198,15,190); }

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