Html Css Color HEX #C032A1 Medium Red Violet

📋 copy color: '#C032A1'

red 192 ◦ green 50 ◦ blue 161

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

Shades of Medium Red Violet #C032A1

Tints of Medium Red Violet #C032A1

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 50 (19.92% from 255) = 12.41%

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 47.64%
G = 12.41%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C032A1 (or 0xC032A1) is known color: Medium Red Violet. HEX triplet: C0, 32 and A1. RGB value is (192,50,161). Sum of RGB (Red+Green+Blue) = 192+50+161=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C032A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032A1 is #3FCD5E. Grayscale: #686868. Windows color (decimal): -4181343 or 10564288. OLE color: 10564288.

HSL color Cylindrical-coordinate representation of color #C032A1: hue angle of 313.1º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032A1 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 161 -
CMYK 0 0.74 0.16 0.25
HSL 313.1º 0.59% 0.47% -
HSV(B) 313.1º 0.74% 0.75% -
XYZ 29.31 16.06 35.27 -
YUV 105.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 192 50 161 0 0.74 0.16 0.25 313.1 0.59 0.47
Hex C0 32 A1 0 4A 10 19 139 3B 2F
Octal 300 62 241 0 112 20 31 471 73 57
Binary 11000000 110010 10100001 0 1001010 10000 11001 100111001 111011 101111

Color Harmonies of #C032A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032A1

Black with #C032A1

Text Example


Text Example

White with #C032A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032A1; }

 p { color: rgb(192,50,161); }

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

background-color css

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

 a { background-color: rgb(192,50,161); }

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

border-color css

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

 span { border-color: rgb(192,50,161); }

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