Html Css Color HEX #C32872 Medium Red Violet

📋 copy color: '#C32872'

red 195 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #C32872

Tints of Medium Red Violet #C32872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 55.87%
G = 11.46%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C32872 (or 0xC32872) is known color: Medium Red Violet. HEX triplet: C3, 28 and 72. RGB value is (195,40,114). Sum of RGB (Red+Green+Blue) = 195+40+114=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C32872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32872 is #3CD78D. Grayscale: #5E5E5E. Windows color (decimal): -3987342 or 7481539. OLE color: 7481539.

HSL color Cylindrical-coordinate representation of color #C32872: hue angle of 331.35º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32872 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 114 -
CMYK 0 0.79 0.42 0.24
HSL 331.35º 0.66% 0.46% -
HSV(B) 331.35º 0.79% 0.76% -
XYZ 26.3 14.33 17.3 -
YUV 94.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 195 40 114 0 0.79 0.42 0.24 331.35 0.66 0.46
Hex C3 28 72 0 4F 2A 18 14B 42 2E
Octal 303 50 162 0 117 52 30 513 102 56
Binary 11000011 101000 1110010 0 1001111 101010 11000 101001011 1000010 101110

Color Harmonies of #C32872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32872

Black with #C32872

Text Example


Text Example

White with #C32872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32872; }

 p { color: rgb(195,40,114); }

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

background-color css

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

 a { background-color: rgb(195,40,114); }

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

border-color css

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

 span { border-color: rgb(195,40,114); }

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