Html Css Color HEX #C32992 Medium Red Violet

📋 copy color: '#C32992'

red 195 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #C32992

Tints of Medium Red Violet #C32992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 51.05%
G = 10.73%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32992 (or 0xC32992) is known color: Medium Red Violet. HEX triplet: C3, 29 and 92. RGB value is (195,41,146). Sum of RGB (Red+Green+Blue) = 195+41+146=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C32992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32992 is #3CD66D. Grayscale: #626262. Windows color (decimal): -3987054 or 9578947. OLE color: 9578947.

HSL color Cylindrical-coordinate representation of color #C32992: hue angle of 319.09º degrees, saturation: 0.65, 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 #C32992 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 146 -
CMYK 0 0.79 0.25 0.24
HSL 319.09º 0.65% 0.46% -
HSV(B) 319.09º 0.79% 0.76% -
XYZ 28.49 15.26 28.64 -
YUV 99.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 195 41 146 0 0.79 0.25 0.24 319.09 0.65 0.46
Hex C3 29 92 0 4F 19 18 13F 41 2E
Octal 303 51 222 0 117 31 30 477 101 56
Binary 11000011 101001 10010010 0 1001111 11001 11000 100111111 1000001 101110

Color Harmonies of #C32992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32992

Black with #C32992

Text Example


Text Example

White with #C32992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32992; }

 p { color: rgb(195,41,146); }

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

background-color css

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

 a { background-color: rgb(195,41,146); }

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

border-color css

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

 span { border-color: rgb(195,41,146); }

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