Html Css Color HEX #C50BC2 Deep Magenta

📋 copy color: '#C50BC2'

red 197 ◦ green 11 ◦ blue 194

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

Shades of Deep Magenta #C50BC2

Tints of Deep Magenta #C50BC2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

 BLUE value IS 194 (76.17% from 255) = 48.26%

R = 49%
G = 2.74%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C50BC2 (or 0xC50BC2) is known color: Deep Magenta. HEX triplet: C5, 0B and C2. RGB value is (197,11,194). Sum of RGB (Red+Green+Blue) = 197+11+194=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BC2 is #3AF43D. Grayscale: #565656. Windows color (decimal): -3863614 or 12716997. OLE color: 12716997.

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

Color convert

RGB 197 11 194 -
CMYK 0 0.94 0.02 0.23
HSL 300.97º 0.89% 0.41% -
HSV(B) 300.97º 0.94% 0.77% -
XYZ 32.88 16 52.4 -
YUV 87.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 197 11 194 0 0.94 0.02 0.23 300.97 0.89 0.41
Hex C5 B C2 0 5E 2 17 12D 59 29
Octal 305 13 302 0 136 2 27 455 131 51
Binary 11000101 1011 11000010 0 1011110 10 10111 100101101 1011001 101001

Color Harmonies of #C50BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BC2

Black with #C50BC2

Text Example


Text Example

White with #C50BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BC2; }

 p { color: rgb(197,11,194); }

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

background-color css

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

 a { background-color: rgb(197,11,194); }

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

border-color css

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

 span { border-color: rgb(197,11,194); }

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