Html Css Color HEX #C50BDE Deep Magenta

📋 copy color: '#C50BDE'

red 197 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #C50BDE

Tints of Deep Magenta #C50BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 45.81%
G = 2.56%
B = 51.63%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50BDE (or 0xC50BDE) is known color: Deep Magenta. HEX triplet: C5, 0B and DE. RGB value is (197,11,222). Sum of RGB (Red+Green+Blue) = 197+11+222=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #C50BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BDE is #3AF421. Grayscale: #5A5A5A. Windows color (decimal): -3863586 or 14552005. OLE color: 14552005.

HSL color Cylindrical-coordinate representation of color #C50BDE: hue angle of 292.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BDE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 11 222 -
CMYK 0.11 0.95 0 0.13
HSL 292.89º 0.91% 0.46% -
HSV(B) 292.89º 0.95% 0.87% -
XYZ 36.33 17.38 70.55 -
YUV 90.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 197 11 222 0.11 0.95 0 0.13 292.89 0.91 0.46
Hex C5 B DE B 5F 0 D 125 5B 2E
Octal 305 13 336 13 137 0 15 445 133 56
Binary 11000101 1011 11011110 1011 1011111 0 1101 100100101 1011011 101110

Color Harmonies of #C50BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BDE

Black with #C50BDE

Text Example


Text Example

White with #C50BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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