Html Css Color HEX #C32B9B Medium Red Violet

📋 copy color: '#C32B9B'

red 195 ◦ green 43 ◦ blue 155

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

Shades of Medium Red Violet #C32B9B

Tints of Medium Red Violet #C32B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 49.62%
G = 10.94%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C32B9B (or 0xC32B9B) is known color: Medium Red Violet. HEX triplet: C3, 2B and 9B. RGB value is (195,43,155). Sum of RGB (Red+Green+Blue) = 195+43+155=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B9B is #3CD464. Grayscale: #646464. Windows color (decimal): -3986533 or 10169283. OLE color: 10169283.

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

Color convert

RGB 195 43 155 -
CMYK 0 0.78 0.21 0.24
HSL 315.79º 0.64% 0.47% -
HSV(B) 315.79º 0.78% 0.76% -
XYZ 29.29 15.7 32.5 -
YUV 101.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 195 43 155 0 0.78 0.21 0.24 315.79 0.64 0.47
Hex C3 2B 9B 0 4E 15 18 13C 40 2F
Octal 303 53 233 0 116 25 30 474 100 57
Binary 11000011 101011 10011011 0 1001110 10101 11000 100111100 1000000 101111

Color Harmonies of #C32B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B9B

Black with #C32B9B

Text Example


Text Example

White with #C32B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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