Html Css Color HEX #C50BC8 Deep Magenta

📋 copy color: '#C50BC8'

red 197 ◦ green 11 ◦ blue 200

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

Shades of Deep Magenta #C50BC8

Tints of Deep Magenta #C50BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.02%

R = 48.28%
G = 2.7%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C50BC8 (or 0xC50BC8) is known color: Deep Magenta. HEX triplet: C5, 0B and C8. RGB value is (197,11,200). Sum of RGB (Red+Green+Blue) = 197+11+200=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #C50BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BC8 is #3AF437. Grayscale: #575757. Windows color (decimal): -3863608 or 13110213. OLE color: 13110213.

HSL color Cylindrical-coordinate representation of color #C50BC8: hue angle of 299.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50BC8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 11 200 -
CMYK 0.02 0.94 0 0.22
HSL 299.05º 0.9% 0.41% -
HSV(B) 299.05º 0.95% 0.78% -
XYZ 33.57 16.28 56.02 -
YUV 88.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 197 11 200 0.02 0.94 0 0.22 299.05 0.9 0.41
Hex C5 B C8 2 5E 0 16 12B 5A 29
Octal 305 13 310 2 136 0 26 453 132 51
Binary 11000101 1011 11001000 10 1011110 0 10110 100101011 1011010 101001

Color Harmonies of #C50BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BC8

Black with #C50BC8

Text Example


Text Example

White with #C50BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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