Html Css Color HEX #C60FB4 Deep Magenta

📋 copy color: '#C60FB4'

red 198 ◦ green 15 ◦ blue 180

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

Shades of Deep Magenta #C60FB4

Tints of Deep Magenta #C60FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.8%

R = 50.38%
G = 3.82%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C60FB4 (or 0xC60FB4) is known color: Deep Magenta. HEX triplet: C6, 0F and B4. RGB value is (198,15,180). Sum of RGB (Red+Green+Blue) = 198+15+180=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FB4 is #39F04B. Grayscale: #585858. Windows color (decimal): -3797068 or 11800518. OLE color: 11800518.

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

Color convert

RGB 198 15 180 -
CMYK 0 0.92 0.09 0.22
HSL 305.9º 0.86% 0.42% -
HSV(B) 305.9º 0.92% 0.78% -
XYZ 31.7 15.64 44.53 -
YUV 88.53 179.63 206.08 -
System Red Green Blue C M Y K H S L
Decimal 198 15 180 0 0.92 0.09 0.22 305.9 0.86 0.42
Hex C6 F B4 0 5C 9 16 132 56 2A
Octal 306 17 264 0 134 11 26 462 126 52
Binary 11000110 1111 10110100 0 1011100 1001 10110 100110010 1010110 101010

Color Harmonies of #C60FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FB4

Black with #C60FB4

Text Example


Text Example

White with #C60FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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