Html Css Color HEX #C32B9E Medium Red Violet

📋 copy color: '#C32B9E'

red 195 ◦ green 43 ◦ blue 158

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

Shades of Medium Red Violet #C32B9E

Tints of Medium Red Violet #C32B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.86%

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

R = 49.24%
G = 10.86%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C32B9E (or 0xC32B9E) is known color: Medium Red Violet. HEX triplet: C3, 2B and 9E. RGB value is (195,43,158). Sum of RGB (Red+Green+Blue) = 195+43+158=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B9E is #3CD461. Grayscale: #656565. Windows color (decimal): -3986530 or 10365891. OLE color: 10365891.

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

Color convert

RGB 195 43 158 -
CMYK 0 0.78 0.19 0.24
HSL 314.61º 0.64% 0.47% -
HSV(B) 314.61º 0.78% 0.76% -
XYZ 29.54 15.8 33.84 -
YUV 101.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 195 43 158 0 0.78 0.19 0.24 314.61 0.64 0.47
Hex C3 2B 9E 0 4E 13 18 13B 40 2F
Octal 303 53 236 0 116 23 30 473 100 57
Binary 11000011 101011 10011110 0 1001110 10011 11000 100111011 1000000 101111

Color Harmonies of #C32B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B9E

Black with #C32B9E

Text Example


Text Example

White with #C32B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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