Html Css Color HEX #C50CBE Deep Magenta

📋 copy color: '#C50CBE'

red 197 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #C50CBE

Tints of Deep Magenta #C50CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 49.37%
G = 3.01%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C50CBE (or 0xC50CBE) is known color: Deep Magenta. HEX triplet: C5, 0C and BE. RGB value is (197,12,190). Sum of RGB (Red+Green+Blue) = 197+12+190=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CBE is #3AF341. Grayscale: #575757. Windows color (decimal): -3863362 or 12455109. OLE color: 12455109.

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

Color convert

RGB 197 12 190 -
CMYK 0 0.94 0.04 0.23
HSL 302.27º 0.89% 0.41% -
HSV(B) 302.27º 0.94% 0.77% -
XYZ 32.45 15.85 50.06 -
YUV 87.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 197 12 190 0 0.94 0.04 0.23 302.27 0.89 0.41
Hex C5 C BE 0 5E 4 17 12E 59 29
Octal 305 14 276 0 136 4 27 456 131 51
Binary 11000101 1100 10111110 0 1011110 100 10111 100101110 1011001 101001

Color Harmonies of #C50CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CBE

Black with #C50CBE

Text Example


Text Example

White with #C50CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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