Html Css Color HEX #C32376 Medium Violet Red

📋 copy color: '#C32376'

red 195 ◦ green 35 ◦ blue 118

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

Shades of Medium Violet Red #C32376

Tints of Medium Violet Red #C32376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 56.03%
G = 10.06%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C32376 (or 0xC32376) is known color: Medium Violet Red. HEX triplet: C3, 23 and 76. RGB value is (195,35,118). Sum of RGB (Red+Green+Blue) = 195+35+118=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32376 is #3CDC89. Grayscale: #5C5C5C. Windows color (decimal): -3988618 or 7742403. OLE color: 7742403.

HSL color Cylindrical-coordinate representation of color #C32376: hue angle of 328.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32376 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 118 -
CMYK 0 0.82 0.39 0.24
HSL 328.88º 0.7% 0.45% -
HSV(B) 328.88º 0.82% 0.76% -
XYZ 26.38 14.11 18.47 -
YUV 92.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 195 35 118 0 0.82 0.39 0.24 328.88 0.7 0.45
Hex C3 23 76 0 52 27 18 149 46 2D
Octal 303 43 166 0 122 47 30 511 106 55
Binary 11000011 100011 1110110 0 1010010 100111 11000 101001001 1000110 101101

Color Harmonies of #C32376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32376

Black with #C32376

Text Example


Text Example

White with #C32376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32376; }

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

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

background-color css

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

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

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

border-color css

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

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

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