Html Css Color HEX #C32FA5 Medium Red Violet

📋 copy color: '#C32FA5'

red 195 ◦ green 47 ◦ blue 165

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

Shades of Medium Red Violet #C32FA5

Tints of Medium Red Violet #C32FA5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.55%

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 47.91%
G = 11.55%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C32FA5 (or 0xC32FA5) is known color: Medium Red Violet. HEX triplet: C3, 2F and A5. RGB value is (195,47,165). Sum of RGB (Red+Green+Blue) = 195+47+165=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FA5 is #3CD05A. Grayscale: #686868. Windows color (decimal): -3985499 or 10825667. OLE color: 10825667.

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

Color convert

RGB 195 47 165 -
CMYK 0 0.76 0.15 0.24
HSL 312.16º 0.61% 0.47% -
HSV(B) 312.16º 0.76% 0.76% -
XYZ 30.31 16.35 37.16 -
YUV 104.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 195 47 165 0 0.76 0.15 0.24 312.16 0.61 0.47
Hex C3 2F A5 0 4C F 18 138 3D 2F
Octal 303 57 245 0 114 17 30 470 75 57
Binary 11000011 101111 10100101 0 1001100 1111 11000 100111000 111101 101111

Color Harmonies of #C32FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FA5

Black with #C32FA5

Text Example


Text Example

White with #C32FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FA5; }

 p { color: rgb(195,47,165); }

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

background-color css

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

 a { background-color: rgb(195,47,165); }

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

border-color css

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

 span { border-color: rgb(195,47,165); }

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