Html Css Color HEX #C60BB9 Deep Magenta

📋 copy color: '#C60BB9'

red 198 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #C60BB9

Tints of Deep Magenta #C60BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.79%

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 50.25%
G = 2.79%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C60BB9 (or 0xC60BB9) is known color: Deep Magenta. HEX triplet: C6, 0B and B9. RGB value is (198,11,185). Sum of RGB (Red+Green+Blue) = 198+11+185=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BB9 is #39F446. Grayscale: #565656. Windows color (decimal): -3798087 or 12127174. OLE color: 12127174.

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

Color convert

RGB 198 11 185 -
CMYK 0 0.94 0.07 0.22
HSL 304.17º 0.89% 0.41% -
HSV(B) 304.17º 0.94% 0.78% -
XYZ 32.17 15.75 47.24 -
YUV 86.75 183.45 207.35 -
System Red Green Blue C M Y K H S L
Decimal 198 11 185 0 0.94 0.07 0.22 304.17 0.89 0.41
Hex C6 B B9 0 5E 7 16 130 59 29
Octal 306 13 271 0 136 7 26 460 131 51
Binary 11000110 1011 10111001 0 1011110 111 10110 100110000 1011001 101001

Color Harmonies of #C60BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BB9

Black with #C60BB9

Text Example


Text Example

White with #C60BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BB9; }

 p { color: rgb(198,11,185); }

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

background-color css

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

 a { background-color: rgb(198,11,185); }

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

border-color css

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

 span { border-color: rgb(198,11,185); }

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