Html Css Color HEX #C50CCA Deep Magenta

📋 copy color: '#C50CCA'

red 197 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #C50CCA

Tints of Deep Magenta #C50CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 47.93%
G = 2.92%
B = 49.15%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C50CCA (or 0xC50CCA) is known color: Deep Magenta. HEX triplet: C5, 0C and CA. RGB value is (197,12,202). Sum of RGB (Red+Green+Blue) = 197+12+202=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #C50CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCA is #3AF335. Grayscale: #585858. Windows color (decimal): -3863350 or 13241541. OLE color: 13241541.

HSL color Cylindrical-coordinate representation of color #C50CCA: hue angle of 298.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CCA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 12 202 -
CMYK 0.02 0.94 0 0.21
HSL 298.42º 0.89% 0.42% -
HSV(B) 298.42º 0.94% 0.79% -
XYZ 33.82 16.4 57.26 -
YUV 88.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 197 12 202 0.02 0.94 0 0.21 298.42 0.89 0.42
Hex C5 C CA 2 5E 0 15 12A 59 2A
Octal 305 14 312 2 136 0 25 452 131 52
Binary 11000101 1100 11001010 10 1011110 0 10101 100101010 1011001 101010

Color Harmonies of #C50CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CCA

Black with #C50CCA

Text Example


Text Example

White with #C50CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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