Html Css Color HEX #C32370 Medium Violet Red

📋 copy color: '#C32370'

red 195 ◦ green 35 ◦ blue 112

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

Shades of Medium Violet Red #C32370

Tints of Medium Violet Red #C32370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 57.02%
G = 10.23%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C32370 (or 0xC32370) is known color: Medium Violet Red. HEX triplet: C3, 23 and 70. RGB value is (195,35,112). Sum of RGB (Red+Green+Blue) = 195+35+112=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C32370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32370 is #3CDC8F. Grayscale: #5B5B5B. Windows color (decimal): -3988624 or 7349187. OLE color: 7349187.

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

Color convert

RGB 195 35 112 -
CMYK 0 0.82 0.43 0.24
HSL 331.13º 0.7% 0.45% -
HSV(B) 331.13º 0.82% 0.76% -
XYZ 26.03 13.97 16.65 -
YUV 91.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 195 35 112 0 0.82 0.43 0.24 331.13 0.7 0.45
Hex C3 23 70 0 52 2B 18 14B 46 2D
Octal 303 43 160 0 122 53 30 513 106 55
Binary 11000011 100011 1110000 0 1010010 101011 11000 101001011 1000110 101101

Color Harmonies of #C32370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32370

Black with #C32370

Text Example


Text Example

White with #C32370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32370; }

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

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

background-color css

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

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

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

border-color css

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

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

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