Html Css Color HEX #C32B7D Medium Red Violet

📋 copy color: '#C32B7D'

red 195 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #C32B7D

Tints of Medium Red Violet #C32B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 53.72%
G = 11.85%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C32B7D (or 0xC32B7D) is known color: Medium Red Violet. HEX triplet: C3, 2B and 7D. RGB value is (195,43,125). Sum of RGB (Red+Green+Blue) = 195+43+125=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B7D is #3CD482. Grayscale: #616161. Windows color (decimal): -3986563 or 8203203. OLE color: 8203203.

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

Color convert

RGB 195 43 125 -
CMYK 0 0.78 0.36 0.24
HSL 327.63º 0.64% 0.47% -
HSV(B) 327.63º 0.78% 0.76% -
XYZ 27.07 14.81 20.83 -
YUV 97.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 195 43 125 0 0.78 0.36 0.24 327.63 0.64 0.47
Hex C3 2B 7D 0 4E 24 18 148 40 2F
Octal 303 53 175 0 116 44 30 510 100 57
Binary 11000011 101011 1111101 0 1001110 100100 11000 101001000 1000000 101111

Color Harmonies of #C32B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B7D

Black with #C32B7D

Text Example


Text Example

White with #C32B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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