Html Css Color HEX #C32375 Medium Violet Red

📋 copy color: '#C32375'

red 195 ◦ green 35 ◦ blue 117

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

Shades of Medium Violet Red #C32375

Tints of Medium Violet Red #C32375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 56.2%
G = 10.09%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C32375 (or 0xC32375) is known color: Medium Violet Red. HEX triplet: C3, 23 and 75. RGB value is (195,35,117). Sum of RGB (Red+Green+Blue) = 195+35+117=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C32375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32375 is #3CDC8A. Grayscale: #5C5C5C. Windows color (decimal): -3988619 or 7676867. OLE color: 7676867.

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

Color convert

RGB 195 35 117 -
CMYK 0 0.82 0.4 0.24
HSL 329.25º 0.7% 0.45% -
HSV(B) 329.25º 0.82% 0.76% -
XYZ 26.32 14.09 18.16 -
YUV 92.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 195 35 117 0 0.82 0.4 0.24 329.25 0.7 0.45
Hex C3 23 75 0 52 28 18 149 46 2D
Octal 303 43 165 0 122 50 30 511 106 55
Binary 11000011 100011 1110101 0 1010010 101000 11000 101001001 1000110 101101

Color Harmonies of #C32375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32375

Black with #C32375

Text Example


Text Example

White with #C32375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32375; }

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

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

background-color css

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

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

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

border-color css

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

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

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