Html Css Color HEX #C32594 Medium Violet Red

📋 copy color: '#C32594'

red 195 ◦ green 37 ◦ blue 148

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

Shades of Medium Violet Red #C32594

Tints of Medium Violet Red #C32594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.74%

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 51.32%
G = 9.74%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C32594 (or 0xC32594) is known color: Medium Violet Red. HEX triplet: C3, 25 and 94. RGB value is (195,37,148). Sum of RGB (Red+Green+Blue) = 195+37+148=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32594 is #3CDA6B. Grayscale: #606060. Windows color (decimal): -3988076 or 9708995. OLE color: 9708995.

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

Color convert

RGB 195 37 148 -
CMYK 0 0.81 0.24 0.24
HSL 317.85º 0.68% 0.45% -
HSV(B) 317.85º 0.81% 0.76% -
XYZ 28.51 15.06 29.42 -
YUV 96.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 195 37 148 0 0.81 0.24 0.24 317.85 0.68 0.45
Hex C3 25 94 0 51 18 18 13E 44 2D
Octal 303 45 224 0 121 30 30 476 104 55
Binary 11000011 100101 10010100 0 1010001 11000 11000 100111110 1000100 101101

Color Harmonies of #C32594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32594

Black with #C32594

Text Example


Text Example

White with #C32594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32594; }

 p { color: rgb(195,37,148); }

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

background-color css

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

 a { background-color: rgb(195,37,148); }

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

border-color css

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

 span { border-color: rgb(195,37,148); }

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