Html Css Color HEX #C50FAB Deep Magenta

📋 copy color: '#C50FAB'

red 197 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #C50FAB

Tints of Deep Magenta #C50FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 51.44%
G = 3.92%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C50FAB (or 0xC50FAB) is known color: Deep Magenta. HEX triplet: C5, 0F and AB. RGB value is (197,15,171). Sum of RGB (Red+Green+Blue) = 197+15+171=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FAB is #3AF054. Grayscale: #565656. Windows color (decimal): -3862613 or 11210693. OLE color: 11210693.

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

Color convert

RGB 197 15 171 -
CMYK 0 0.92 0.13 0.23
HSL 308.57º 0.86% 0.42% -
HSV(B) 308.57º 0.92% 0.77% -
XYZ 30.55 15.15 39.84 -
YUV 87.2 175.3 206.32 -
System Red Green Blue C M Y K H S L
Decimal 197 15 171 0 0.92 0.13 0.23 308.57 0.86 0.42
Hex C5 F AB 0 5C D 17 135 56 2A
Octal 305 17 253 0 134 15 27 465 126 52
Binary 11000101 1111 10101011 0 1011100 1101 10111 100110101 1010110 101010

Color Harmonies of #C50FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FAB

Black with #C50FAB

Text Example


Text Example

White with #C50FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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