Html Css Color HEX #C50AC6 Deep Magenta

📋 copy color: '#C50AC6'

red 197 ◦ green 10 ◦ blue 198

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

Shades of Deep Magenta #C50AC6

Tints of Deep Magenta #C50AC6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.47%

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 48.64%
G = 2.47%
B = 48.89%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C50AC6 (or 0xC50AC6) is known color: Deep Magenta. HEX triplet: C5, 0A and C6. RGB value is (197,10,198). Sum of RGB (Red+Green+Blue) = 197+10+198=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #C50AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50AC6 is #3AF539. Grayscale: #565656. Windows color (decimal): -3863866 or 12978885. OLE color: 12978885.

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

Color convert

RGB 197 10 198 -
CMYK 0.01 0.95 0 0.22
HSL 299.68º 0.9% 0.41% -
HSV(B) 299.68º 0.95% 0.78% -
XYZ 33.33 16.16 54.79 -
YUV 87.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 197 10 198 0.01 0.95 0 0.22 299.68 0.9 0.41
Hex C5 A C6 1 5F 0 16 12C 5A 29
Octal 305 12 306 1 137 0 26 454 132 51
Binary 11000101 1010 11000110 1 1011111 0 10110 100101100 1011010 101001

Color Harmonies of #C50AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AC6

Black with #C50AC6

Text Example


Text Example

White with #C50AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AC6; }

 p { color: rgb(197,10,198); }

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

background-color css

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

 a { background-color: rgb(197,10,198); }

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

border-color css

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

 span { border-color: rgb(197,10,198); }

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