Html Css Color HEX #C32876 Medium Red Violet

📋 copy color: '#C32876'

red 195 ◦ green 40 ◦ blue 118

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

Shades of Medium Red Violet #C32876

Tints of Medium Red Violet #C32876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 55.24%
G = 11.33%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C32876 (or 0xC32876) is known color: Medium Red Violet. HEX triplet: C3, 28 and 76. RGB value is (195,40,118). Sum of RGB (Red+Green+Blue) = 195+40+118=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C32876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32876 is #3CD789. Grayscale: #5F5F5F. Windows color (decimal): -3987338 or 7743683. OLE color: 7743683.

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

Color convert

RGB 195 40 118 -
CMYK 0 0.79 0.39 0.24
HSL 329.81º 0.66% 0.46% -
HSV(B) 329.81º 0.79% 0.76% -
XYZ 26.53 14.43 18.53 -
YUV 95.24 140.85 199.16 -
System Red Green Blue C M Y K H S L
Decimal 195 40 118 0 0.79 0.39 0.24 329.81 0.66 0.46
Hex C3 28 76 0 4F 27 18 14A 42 2E
Octal 303 50 166 0 117 47 30 512 102 56
Binary 11000011 101000 1110110 0 1001111 100111 11000 101001010 1000010 101110

Color Harmonies of #C32876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32876

Black with #C32876

Text Example


Text Example

White with #C32876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32876; }

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

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

background-color css

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

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

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

border-color css

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

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

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