Html Css Color HEX #C32B9D Medium Red Violet

📋 copy color: '#C32B9D'

red 195 ◦ green 43 ◦ blue 157

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

Shades of Medium Red Violet #C32B9D

Tints of Medium Red Violet #C32B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 49.37%
G = 10.89%
B = 39.75%

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

#C32B9D (or 0xC32B9D) is known color: Medium Red Violet. HEX triplet: C3, 2B and 9D. RGB value is (195,43,157). Sum of RGB (Red+Green+Blue) = 195+43+157=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B9D is #3CD462. Grayscale: #656565. Windows color (decimal): -3986531 or 10300355. OLE color: 10300355.

HSL color Cylindrical-coordinate representation of color #C32B9D: hue angle of 315º 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 #C32B9D is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 43 157 -
CMYK 0 0.78 0.19 0.24
HSL 315º 0.64% 0.47% -
HSV(B) 315º 0.78% 0.76% -
XYZ 29.46 15.76 33.39 -
YUV 101.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 195 43 157 0 0.78 0.19 0.24 315 0.64 0.47
Hex C3 2B 9D 0 4E 13 18 13B 40 2F
Octal 303 53 235 0 116 23 30 473 100 57
Binary 11000011 101011 10011101 0 1001110 10011 11000 100111011 1000000 101111

Color Harmonies of #C32B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B9D

Black with #C32B9D

Text Example


Text Example

White with #C32B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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