Html Css Color HEX #C32D94 Medium Red Violet

📋 copy color: '#C32D94'

red 195 ◦ green 45 ◦ blue 148

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

Shades of Medium Red Violet #C32D94

Tints of Medium Red Violet #C32D94

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

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

R = 50.26%
G = 11.6%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C32D94 (or 0xC32D94) is known color: Medium Red Violet. HEX triplet: C3, 2D and 94. RGB value is (195,45,148). Sum of RGB (Red+Green+Blue) = 195+45+148=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32D94 is #3CD26B. Grayscale: #656565. Windows color (decimal): -3986028 or 9711043. OLE color: 9711043.

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

Color convert

RGB 195 45 148 -
CMYK 0 0.77 0.24 0.24
HSL 318.8º 0.63% 0.47% -
HSV(B) 318.8º 0.77% 0.76% -
XYZ 28.79 15.62 29.51 -
YUV 101.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 195 45 148 0 0.77 0.24 0.24 318.8 0.63 0.47
Hex C3 2D 94 0 4D 18 18 13F 3E 2F
Octal 303 55 224 0 115 30 30 477 76 57
Binary 11000011 101101 10010100 0 1001101 11000 11000 100111111 111110 101111

Color Harmonies of #C32D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D94

Black with #C32D94

Text Example


Text Example

White with #C32D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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