Html Css Color HEX #C32F8B Medium Red Violet

📋 copy color: '#C32F8B'

red 195 ◦ green 47 ◦ blue 139

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

Shades of Medium Red Violet #C32F8B

Tints of Medium Red Violet #C32F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.34%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 51.18%
G = 12.34%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C32F8B (or 0xC32F8B) is known color: Medium Red Violet. HEX triplet: C3, 2F and 8B. RGB value is (195,47,139). Sum of RGB (Red+Green+Blue) = 195+47+139=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32F8B is #3CD074. Grayscale: #656565. Windows color (decimal): -3985525 or 9121731. OLE color: 9121731.

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

Color convert

RGB 195 47 139 -
CMYK 0 0.76 0.29 0.24
HSL 322.7º 0.61% 0.47% -
HSV(B) 322.7º 0.76% 0.76% -
XYZ 28.18 15.5 25.93 -
YUV 101.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 195 47 139 0 0.76 0.29 0.24 322.7 0.61 0.47
Hex C3 2F 8B 0 4C 1D 18 143 3D 2F
Octal 303 57 213 0 114 35 30 503 75 57
Binary 11000011 101111 10001011 0 1001100 11101 11000 101000011 111101 101111

Color Harmonies of #C32F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F8B

Black with #C32F8B

Text Example


Text Example

White with #C32F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F8B; }

 p { color: rgb(195,47,139); }

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

background-color css

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

 a { background-color: rgb(195,47,139); }

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

border-color css

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

 span { border-color: rgb(195,47,139); }

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