Html Css Color HEX #C32B7F Medium Red Violet

📋 copy color: '#C32B7F'

red 195 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #C32B7F

Tints of Medium Red Violet #C32B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 53.42%
G = 11.78%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C32B7F (or 0xC32B7F) is known color: Medium Red Violet. HEX triplet: C3, 2B and 7F. RGB value is (195,43,127). Sum of RGB (Red+Green+Blue) = 195+43+127=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B7F is #3CD480. Grayscale: #616161. Windows color (decimal): -3986561 or 8334275. OLE color: 8334275.

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

Color convert

RGB 195 43 127 -
CMYK 0 0.78 0.35 0.24
HSL 326.84º 0.64% 0.47% -
HSV(B) 326.84º 0.78% 0.76% -
XYZ 27.2 14.86 21.51 -
YUV 98.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 195 43 127 0 0.78 0.35 0.24 326.84 0.64 0.47
Hex C3 2B 7F 0 4E 23 18 147 40 2F
Octal 303 53 177 0 116 43 30 507 100 57
Binary 11000011 101011 1111111 0 1001110 100011 11000 101000111 1000000 101111

Color Harmonies of #C32B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B7F

Black with #C32B7F

Text Example


Text Example

White with #C32B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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