Html Css Color HEX #C60BAE Deep Magenta

📋 copy color: '#C60BAE'

red 198 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #C60BAE

Tints of Deep Magenta #C60BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 51.7%
G = 2.87%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C60BAE (or 0xC60BAE) is known color: Deep Magenta. HEX triplet: C6, 0B and AE. RGB value is (198,11,174). Sum of RGB (Red+Green+Blue) = 198+11+174=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60BAE is #39F451. Grayscale: #555555. Windows color (decimal): -3798098 or 11406278. OLE color: 11406278.

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

Color convert

RGB 198 11 174 -
CMYK 0 0.94 0.12 0.22
HSL 307.7º 0.89% 0.41% -
HSV(B) 307.7º 0.94% 0.78% -
XYZ 31.05 15.3 41.36 -
YUV 85.5 177.95 208.25 -
System Red Green Blue C M Y K H S L
Decimal 198 11 174 0 0.94 0.12 0.22 307.7 0.89 0.41
Hex C6 B AE 0 5E C 16 134 59 29
Octal 306 13 256 0 136 14 26 464 131 51
Binary 11000110 1011 10101110 0 1011110 1100 10110 100110100 1011001 101001

Color Harmonies of #C60BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BAE

Black with #C60BAE

Text Example


Text Example

White with #C60BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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