Html Css Color HEX #C50BCE Deep Magenta

📋 copy color: '#C50BCE'

red 197 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #C50BCE

Tints of Deep Magenta #C50BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 47.58%
G = 2.66%
B = 49.76%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C50BCE (or 0xC50BCE) is known color: Deep Magenta. HEX triplet: C5, 0B and CE. RGB value is (197,11,206). Sum of RGB (Red+Green+Blue) = 197+11+206=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C50BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BCE is #3AF431. Grayscale: #585858. Windows color (decimal): -3863602 or 13503429. OLE color: 13503429.

HSL color Cylindrical-coordinate representation of color #C50BCE: hue angle of 297.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BCE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 11 206 -
CMYK 0.04 0.95 0 0.19
HSL 297.23º 0.9% 0.43% -
HSV(B) 297.23º 0.95% 0.81% -
XYZ 34.29 16.57 59.78 -
YUV 88.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 197 11 206 0.04 0.95 0 0.19 297.23 0.9 0.43
Hex C5 B CE 4 5F 0 13 129 5A 2B
Octal 305 13 316 4 137 0 23 451 132 53
Binary 11000101 1011 11001110 100 1011111 0 10011 100101001 1011010 101011

Color Harmonies of #C50BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BCE

Black with #C50BCE

Text Example


Text Example

White with #C50BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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