Html Css Color HEX #C32572 Medium Red Violet

📋 copy color: '#C32572'

red 195 ◦ green 37 ◦ blue 114

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

Shades of Medium Red Violet #C32572

Tints of Medium Red Violet #C32572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 56.36%
G = 10.69%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C32572 (or 0xC32572) is known color: Medium Red Violet. HEX triplet: C3, 25 and 72. RGB value is (195,37,114). Sum of RGB (Red+Green+Blue) = 195+37+114=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32572 is #3CDA8D. Grayscale: #5C5C5C. Windows color (decimal): -3988110 or 7480771. OLE color: 7480771.

HSL color Cylindrical-coordinate representation of color #C32572: hue angle of 330.76º 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 #C32572 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 114 -
CMYK 0 0.81 0.42 0.24
HSL 330.76º 0.68% 0.45% -
HSV(B) 330.76º 0.81% 0.76% -
XYZ 26.2 14.14 17.27 -
YUV 93.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 195 37 114 0 0.81 0.42 0.24 330.76 0.68 0.45
Hex C3 25 72 0 51 2A 18 14B 44 2D
Octal 303 45 162 0 121 52 30 513 104 55
Binary 11000011 100101 1110010 0 1010001 101010 11000 101001011 1000100 101101

Color Harmonies of #C32572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32572

Black with #C32572

Text Example


Text Example

White with #C32572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32572; }

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

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

background-color css

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

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

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

border-color css

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

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

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