Html Css Color HEX #C50ACF Deep Magenta

📋 copy color: '#C50ACF'

red 197 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #C50ACF

Tints of Deep Magenta #C50ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 47.58%
G = 2.42%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C50ACF (or 0xC50ACF) is known color: Deep Magenta. HEX triplet: C5, 0A and CF. RGB value is (197,10,207). Sum of RGB (Red+Green+Blue) = 197+10+207=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #C50ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ACF is #3AF530. Grayscale: #575757. Windows color (decimal): -3863857 or 13568709. OLE color: 13568709.

HSL color Cylindrical-coordinate representation of color #C50ACF: hue angle of 296.95º degrees, saturation: 0.91, 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 #C50ACF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 10 207 -
CMYK 0.05 0.95 0 0.19
HSL 296.95º 0.91% 0.43% -
HSV(B) 296.95º 0.95% 0.81% -
XYZ 34.4 16.59 60.42 -
YUV 88.37 194.95 205.48 -
System Red Green Blue C M Y K H S L
Decimal 197 10 207 0.05 0.95 0 0.19 296.95 0.91 0.43
Hex C5 A CF 5 5F 0 13 129 5B 2B
Octal 305 12 317 5 137 0 23 451 133 53
Binary 11000101 1010 11001111 101 1011111 0 10011 100101001 1011011 101011

Color Harmonies of #C50ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ACF

Black with #C50ACF

Text Example


Text Example

White with #C50ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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