Html Css Color HEX #C50CB0 Deep Magenta

📋 copy color: '#C50CB0'

red 197 ◦ green 12 ◦ blue 176

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

Shades of Deep Magenta #C50CB0

Tints of Deep Magenta #C50CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 51.17%
G = 3.12%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C50CB0 (or 0xC50CB0) is known color: Deep Magenta. HEX triplet: C5, 0C and B0. RGB value is (197,12,176). Sum of RGB (Red+Green+Blue) = 197+12+176=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50CB0 is #3AF34F. Grayscale: #555555. Windows color (decimal): -3863376 or 11537605. OLE color: 11537605.

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

Color convert

RGB 197 12 176 -
CMYK 0 0.94 0.11 0.23
HSL 306.81º 0.89% 0.41% -
HSV(B) 306.81º 0.94% 0.77% -
XYZ 30.99 15.27 42.39 -
YUV 86.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 197 12 176 0 0.94 0.11 0.23 306.81 0.89 0.41
Hex C5 C B0 0 5E B 17 133 59 29
Octal 305 14 260 0 136 13 27 463 131 51
Binary 11000101 1100 10110000 0 1011110 1011 10111 100110011 1011001 101001

Color Harmonies of #C50CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CB0

Black with #C50CB0

Text Example


Text Example

White with #C50CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CB0; }

 p { color: rgb(197,12,176); }

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

background-color css

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

 a { background-color: rgb(197,12,176); }

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

border-color css

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

 span { border-color: rgb(197,12,176); }

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