Html Css Color HEX #C50FAF Deep Magenta

📋 copy color: '#C50FAF'

red 197 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #C50FAF

Tints of Deep Magenta #C50FAF

RGB

 RED value IS 197 (77.34% from 255) = 50.9%

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

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

R = 50.9%
G = 3.88%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C50FAF (or 0xC50FAF) is known color: Deep Magenta. HEX triplet: C5, 0F and AF. RGB value is (197,15,175). Sum of RGB (Red+Green+Blue) = 197+15+175=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FAF is #3AF050. Grayscale: #575757. Windows color (decimal): -3862609 or 11472837. OLE color: 11472837.

HSL color Cylindrical-coordinate representation of color #C50FAF: hue angle of 307.25º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50FAF is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 15 175 -
CMYK 0 0.92 0.11 0.23
HSL 307.25º 0.86% 0.42% -
HSV(B) 307.25º 0.92% 0.77% -
XYZ 30.93 15.31 41.88 -
YUV 87.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 197 15 175 0 0.92 0.11 0.23 307.25 0.86 0.42
Hex C5 F AF 0 5C B 17 133 56 2A
Octal 305 17 257 0 134 13 27 463 126 52
Binary 11000101 1111 10101111 0 1011100 1011 10111 100110011 1010110 101010

Color Harmonies of #C50FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FAF

Black with #C50FAF

Text Example


Text Example

White with #C50FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FAF; }

 p { color: rgb(197,15,175); }

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

background-color css

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

 a { background-color: rgb(197,15,175); }

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

border-color css

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

 span { border-color: rgb(197,15,175); }

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