Html Css Color HEX #C32478 Medium Violet Red

📋 copy color: '#C32478'

red 195 ◦ green 36 ◦ blue 120

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

Shades of Medium Violet Red #C32478

Tints of Medium Violet Red #C32478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 55.56%
G = 10.26%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C32478 (or 0xC32478) is known color: Medium Violet Red. HEX triplet: C3, 24 and 78. RGB value is (195,36,120). Sum of RGB (Red+Green+Blue) = 195+36+120=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C32478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32478 is #3CDB87. Grayscale: #5C5C5C. Windows color (decimal): -3988360 or 7873731. OLE color: 7873731.

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

Color convert

RGB 195 36 120 -
CMYK 0 0.82 0.38 0.24
HSL 328.3º 0.69% 0.45% -
HSV(B) 328.3º 0.82% 0.76% -
XYZ 26.53 14.22 19.12 -
YUV 93.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 195 36 120 0 0.82 0.38 0.24 328.3 0.69 0.45
Hex C3 24 78 0 52 26 18 148 45 2D
Octal 303 44 170 0 122 46 30 510 105 55
Binary 11000011 100100 1111000 0 1010010 100110 11000 101001000 1000101 101101

Color Harmonies of #C32478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32478

Black with #C32478

Text Example


Text Example

White with #C32478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32478; }

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

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

background-color css

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

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

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

border-color css

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

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

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