Html Css Color HEX #C60FB3 Deep Magenta

📋 copy color: '#C60FB3'

red 198 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #C60FB3

Tints of Deep Magenta #C60FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 50.51%
G = 3.83%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C60FB3 (or 0xC60FB3) is known color: Deep Magenta. HEX triplet: C6, 0F and B3. RGB value is (198,15,179). Sum of RGB (Red+Green+Blue) = 198+15+179=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FB3 is #39F04C. Grayscale: #575757. Windows color (decimal): -3797069 or 11734982. OLE color: 11734982.

HSL color Cylindrical-coordinate representation of color #C60FB3: hue angle of 306.23º 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 #C60FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 15 179 -
CMYK 0 0.92 0.10 0.22
HSL 306.23º 0.86% 0.42% -
HSV(B) 306.23º 0.92% 0.78% -
XYZ 31.6 15.6 43.99 -
YUV 88.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 198 15 179 0 0.92 0.10 0.22 306.23 0.86 0.42
Hex C6 F B3 0 5C A 16 132 56 2A
Octal 306 17 263 0 134 12 26 462 126 52
Binary 11000110 1111 10110011 0 1011100 1010 10110 100110010 1010110 101010

Color Harmonies of #C60FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FB3

Black with #C60FB3

Text Example


Text Example

White with #C60FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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