Html Css Color HEX #C32472 Medium Violet Red

📋 copy color: '#C32472'

red 195 ◦ green 36 ◦ blue 114

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

Shades of Medium Violet Red #C32472

Tints of Medium Violet Red #C32472

RGB

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

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

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

R = 56.52%
G = 10.43%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C32472 (or 0xC32472) is known color: Medium Violet Red. HEX triplet: C3, 24 and 72. RGB value is (195,36,114). Sum of RGB (Red+Green+Blue) = 195+36+114=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32472 is #3CDB8D. Grayscale: #5C5C5C. Windows color (decimal): -3988366 or 7480515. OLE color: 7480515.

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

Color convert

RGB 195 36 114 -
CMYK 0 0.82 0.42 0.24
HSL 330.57º 0.69% 0.45% -
HSV(B) 330.57º 0.82% 0.76% -
XYZ 26.17 14.08 17.26 -
YUV 92.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 195 36 114 0 0.82 0.42 0.24 330.57 0.69 0.45
Hex C3 24 72 0 52 2A 18 14B 45 2D
Octal 303 44 162 0 122 52 30 513 105 55
Binary 11000011 100100 1110010 0 1010010 101010 11000 101001011 1000101 101101

Color Harmonies of #C32472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32472

Black with #C32472

Text Example


Text Example

White with #C32472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32472; }

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

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

background-color css

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

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

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

border-color css

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

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

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