Html Css Color HEX #C32B89 Medium Red Violet

📋 copy color: '#C32B89'

red 195 ◦ green 43 ◦ blue 137

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

Shades of Medium Red Violet #C32B89

Tints of Medium Red Violet #C32B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 52%
G = 11.47%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C32B89 (or 0xC32B89) is known color: Medium Red Violet. HEX triplet: C3, 2B and 89. RGB value is (195,43,137). Sum of RGB (Red+Green+Blue) = 195+43+137=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B89 is #3CD476. Grayscale: #626262. Windows color (decimal): -3986551 or 8989635. OLE color: 8989635.

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

Color convert

RGB 195 43 137 -
CMYK 0 0.78 0.30 0.24
HSL 322.89º 0.64% 0.47% -
HSV(B) 322.89º 0.78% 0.76% -
XYZ 27.88 15.14 25.12 -
YUV 99.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 195 43 137 0 0.78 0.30 0.24 322.89 0.64 0.47
Hex C3 2B 89 0 4E 1E 18 143 40 2F
Octal 303 53 211 0 116 36 30 503 100 57
Binary 11000011 101011 10001001 0 1001110 11110 11000 101000011 1000000 101111

Color Harmonies of #C32B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B89

Black with #C32B89

Text Example


Text Example

White with #C32B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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