Html Css Color HEX #C32890 Medium Red Violet

📋 copy color: '#C32890'

red 195 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #C32890

Tints of Medium Red Violet #C32890

RGB

 RED value IS 195 (76.56% from 255) = 51.45%

 GREEN value IS 40 (16.02% from 255) = 10.55%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 51.45%
G = 10.55%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32890 (or 0xC32890) is known color: Medium Red Violet. HEX triplet: C3, 28 and 90. RGB value is (195,40,144). Sum of RGB (Red+Green+Blue) = 195+40+144=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C32890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32890 is #3CD76F. Grayscale: #616161. Windows color (decimal): -3987312 or 9447619. OLE color: 9447619.

HSL color Cylindrical-coordinate representation of color #C32890: hue angle of 319.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32890 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 144 -
CMYK 0 0.79 0.26 0.24
HSL 319.74º 0.66% 0.46% -
HSV(B) 319.74º 0.79% 0.76% -
XYZ 28.3 15.13 27.82 -
YUV 98.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 195 40 144 0 0.79 0.26 0.24 319.74 0.66 0.46
Hex C3 28 90 0 4F 1A 18 140 42 2E
Octal 303 50 220 0 117 32 30 500 102 56
Binary 11000011 101000 10010000 0 1001111 11010 11000 101000000 1000010 101110

Color Harmonies of #C32890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32890

Black with #C32890

Text Example


Text Example

White with #C32890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32890; }

 p { color: rgb(195,40,144); }

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

background-color css

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

 a { background-color: rgb(195,40,144); }

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

border-color css

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

 span { border-color: rgb(195,40,144); }

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