Html Css Color HEX #C32485 Medium Violet Red

📋 copy color: '#C32485'

red 195 ◦ green 36 ◦ blue 133

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

Shades of Medium Violet Red #C32485

Tints of Medium Violet Red #C32485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 53.57%
G = 9.89%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C32485 (or 0xC32485) is known color: Medium Violet Red. HEX triplet: C3, 24 and 85. RGB value is (195,36,133). Sum of RGB (Red+Green+Blue) = 195+36+133=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32485 is #3CDB7A. Grayscale: #5E5E5E. Windows color (decimal): -3988347 or 8725699. OLE color: 8725699.

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

Color convert

RGB 195 36 133 -
CMYK 0 0.82 0.32 0.24
HSL 323.4º 0.69% 0.45% -
HSV(B) 323.4º 0.82% 0.76% -
XYZ 27.37 14.56 23.56 -
YUV 94.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 195 36 133 0 0.82 0.32 0.24 323.4 0.69 0.45
Hex C3 24 85 0 52 20 18 143 45 2D
Octal 303 44 205 0 122 40 30 503 105 55
Binary 11000011 100100 10000101 0 1010010 100000 11000 101000011 1000101 101101

Color Harmonies of #C32485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32485

Black with #C32485

Text Example


Text Example

White with #C32485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32485; }

 p { color: rgb(195,36,133); }

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

background-color css

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

 a { background-color: rgb(195,36,133); }

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

border-color css

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

 span { border-color: rgb(195,36,133); }

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