Html Css Color HEX #C32C92 Medium Red Violet

📋 copy color: '#C32C92'

red 195 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #C32C92

Tints of Medium Red Violet #C32C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.43%

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

R = 50.65%
G = 11.43%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32C92 (or 0xC32C92) is known color: Medium Red Violet. HEX triplet: C3, 2C and 92. RGB value is (195,44,146). Sum of RGB (Red+Green+Blue) = 195+44+146=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32C92 is #3CD36D. Grayscale: #646464. Windows color (decimal): -3986286 or 9579715. OLE color: 9579715.

HSL color Cylindrical-coordinate representation of color #C32C92: hue angle of 319.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C92 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 44 146 -
CMYK 0 0.77 0.25 0.24
HSL 319.47º 0.63% 0.47% -
HSV(B) 319.47º 0.77% 0.76% -
XYZ 28.59 15.48 28.67 -
YUV 100.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 195 44 146 0 0.77 0.25 0.24 319.47 0.63 0.47
Hex C3 2C 92 0 4D 19 18 13F 3F 2F
Octal 303 54 222 0 115 31 30 477 77 57
Binary 11000011 101100 10010010 0 1001101 11001 11000 100111111 111111 101111

Color Harmonies of #C32C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C92

Black with #C32C92

Text Example


Text Example

White with #C32C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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