Html Css Color HEX #C50CA2 Medium Violet Red

📋 copy color: '#C50CA2'

red 197 ◦ green 12 ◦ blue 162

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

Shades of Medium Violet Red #C50CA2

Tints of Medium Violet Red #C50CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 53.1%
G = 3.23%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C50CA2 (or 0xC50CA2) is known color: Medium Violet Red. HEX triplet: C5, 0C and A2. RGB value is (197,12,162). Sum of RGB (Red+Green+Blue) = 197+12+162=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50CA2 is #3AF35D. Grayscale: #545454. Windows color (decimal): -3863390 or 10620101. OLE color: 10620101.

HSL color Cylindrical-coordinate representation of color #C50CA2: hue angle of 311.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 12 162 -
CMYK 0 0.94 0.18 0.23
HSL 311.35º 0.89% 0.41% -
HSV(B) 311.35º 0.94% 0.77% -
XYZ 29.68 14.74 35.46 -
YUV 84.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 197 12 162 0 0.94 0.18 0.23 311.35 0.89 0.41
Hex C5 C A2 0 5E 12 17 137 59 29
Octal 305 14 242 0 136 22 27 467 131 51
Binary 11000101 1100 10100010 0 1011110 10010 10111 100110111 1011001 101001

Color Harmonies of #C50CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CA2

Black with #C50CA2

Text Example


Text Example

White with #C50CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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