Html Css Color HEX #C32E9E Medium Red Violet

📋 copy color: '#C32E9E'

red 195 ◦ green 46 ◦ blue 158

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

Shades of Medium Red Violet #C32E9E

Tints of Medium Red Violet #C32E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.53%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 48.87%
G = 11.53%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C32E9E (or 0xC32E9E) is known color: Medium Red Violet. HEX triplet: C3, 2E and 9E. RGB value is (195,46,158). Sum of RGB (Red+Green+Blue) = 195+46+158=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32E9E is #3CD161. Grayscale: #676767. Windows color (decimal): -3985762 or 10366659. OLE color: 10366659.

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

Color convert

RGB 195 46 158 -
CMYK 0 0.76 0.19 0.24
HSL 314.9º 0.62% 0.47% -
HSV(B) 314.9º 0.76% 0.76% -
XYZ 29.65 16.02 33.88 -
YUV 103.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 195 46 158 0 0.76 0.19 0.24 314.9 0.62 0.47
Hex C3 2E 9E 0 4C 13 18 13B 3E 2F
Octal 303 56 236 0 114 23 30 473 76 57
Binary 11000011 101110 10011110 0 1001100 10011 11000 100111011 111110 101111

Color Harmonies of #C32E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E9E

Black with #C32E9E

Text Example


Text Example

White with #C32E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E9E; }

 p { color: rgb(195,46,158); }

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

background-color css

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

 a { background-color: rgb(195,46,158); }

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

border-color css

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

 span { border-color: rgb(195,46,158); }

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