Html Css Color HEX #C50FB2 Deep Magenta

📋 copy color: '#C50FB2'

red 197 ◦ green 15 ◦ blue 178

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

Shades of Deep Magenta #C50FB2

Tints of Deep Magenta #C50FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.64%

R = 50.51%
G = 3.85%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C50FB2 (or 0xC50FB2) is known color: Deep Magenta. HEX triplet: C5, 0F and B2. RGB value is (197,15,178). Sum of RGB (Red+Green+Blue) = 197+15+178=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FB2 is #3AF04D. Grayscale: #575757. Windows color (decimal): -3862606 or 11669445. OLE color: 11669445.

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

Color convert

RGB 197 15 178 -
CMYK 0 0.92 0.10 0.23
HSL 306.26º 0.86% 0.42% -
HSV(B) 306.26º 0.92% 0.77% -
XYZ 31.23 15.43 43.45 -
YUV 88 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 197 15 178 0 0.92 0.10 0.23 306.26 0.86 0.42
Hex C5 F B2 0 5C A 17 132 56 2A
Octal 305 17 262 0 134 12 27 462 126 52
Binary 11000101 1111 10110010 0 1011100 1010 10111 100110010 1010110 101010

Color Harmonies of #C50FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FB2

Black with #C50FB2

Text Example


Text Example

White with #C50FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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