Html Css Color HEX #C50CCE Deep Magenta

📋 copy color: '#C50CCE'

red 197 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #C50CCE

Tints of Deep Magenta #C50CCE

RGB

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

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

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

R = 47.47%
G = 2.89%
B = 49.64%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C50CCE (or 0xC50CCE) is known color: Deep Magenta. HEX triplet: C5, 0C and CE. RGB value is (197,12,206). Sum of RGB (Red+Green+Blue) = 197+12+206=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #C50CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCE is #3AF331. Grayscale: #585858. Windows color (decimal): -3863346 or 13503685. OLE color: 13503685.

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

Color convert

RGB 197 12 206 -
CMYK 0.04 0.94 0 0.19
HSL 297.22º 0.89% 0.43% -
HSV(B) 297.22º 0.94% 0.81% -
XYZ 34.3 16.59 59.79 -
YUV 89.43 193.79 204.73 -
System Red Green Blue C M Y K H S L
Decimal 197 12 206 0.04 0.94 0 0.19 297.22 0.89 0.43
Hex C5 C CE 4 5E 0 13 129 59 2B
Octal 305 14 316 4 136 0 23 451 131 53
Binary 11000101 1100 11001110 100 1011110 0 10011 100101001 1011001 101011

Color Harmonies of #C50CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CCE

Black with #C50CCE

Text Example


Text Example

White with #C50CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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