Html Css Color HEX #C60CAF Deep Magenta

📋 copy color: '#C60CAF'

red 198 ◦ green 12 ◦ blue 175

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

Shades of Deep Magenta #C60CAF

Tints of Deep Magenta #C60CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 51.43%
G = 3.12%
B = 45.45%

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

#C60CAF (or 0xC60CAF) is known color: Deep Magenta. HEX triplet: C6, 0C and AF. RGB value is (198,12,175). Sum of RGB (Red+Green+Blue) = 198+12+175=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60CAF is #39F350. Grayscale: #555555. Windows color (decimal): -3797841 or 11472070. OLE color: 11472070.

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

Color convert

RGB 198 12 175 -
CMYK 0 0.94 0.12 0.22
HSL 307.42º 0.89% 0.41% -
HSV(B) 307.42º 0.94% 0.78% -
XYZ 31.16 15.36 41.88 -
YUV 86.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 198 12 175 0 0.94 0.12 0.22 307.42 0.89 0.41
Hex C6 C AF 0 5E C 16 133 59 29
Octal 306 14 257 0 136 14 26 463 131 51
Binary 11000110 1100 10101111 0 1011110 1100 10110 100110011 1011001 101001

Color Harmonies of #C60CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CAF

Black with #C60CAF

Text Example


Text Example

White with #C60CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CAF; }

 p { color: rgb(198,12,175); }

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

background-color css

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

 a { background-color: rgb(198,12,175); }

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

border-color css

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

 span { border-color: rgb(198,12,175); }

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