Html Css Color HEX #C32773 Medium Red Violet

📋 copy color: '#C32773'

red 195 ◦ green 39 ◦ blue 115

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

Shades of Medium Red Violet #C32773

Tints of Medium Red Violet #C32773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 55.87%
G = 11.17%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C32773 (or 0xC32773) is known color: Medium Red Violet. HEX triplet: C3, 27 and 73. RGB value is (195,39,115). Sum of RGB (Red+Green+Blue) = 195+39+115=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C32773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32773 is #3CD88C. Grayscale: #5E5E5E. Windows color (decimal): -3987597 or 7546819. OLE color: 7546819.

HSL color Cylindrical-coordinate representation of color #C32773: hue angle of 330.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32773 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 115 -
CMYK 0 0.80 0.41 0.24
HSL 330.77º 0.67% 0.46% -
HSV(B) 330.77º 0.8% 0.76% -
XYZ 26.33 14.29 17.59 -
YUV 94.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 195 39 115 0 0.80 0.41 0.24 330.77 0.67 0.46
Hex C3 27 73 0 50 29 18 14B 43 2E
Octal 303 47 163 0 120 51 30 513 103 56
Binary 11000011 100111 1110011 0 1010000 101001 11000 101001011 1000011 101110

Color Harmonies of #C32773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32773

Black with #C32773

Text Example


Text Example

White with #C32773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32773; }

 p { color: rgb(195,39,115); }

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

background-color css

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

 a { background-color: rgb(195,39,115); }

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

border-color css

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

 span { border-color: rgb(195,39,115); }

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