Html Css Color HEX #C32474 Medium Violet Red

📋 copy color: '#C32474'

red 195 ◦ green 36 ◦ blue 116

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

Shades of Medium Violet Red #C32474

Tints of Medium Violet Red #C32474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 56.2%
G = 10.37%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C32474 (or 0xC32474) is known color: Medium Violet Red. HEX triplet: C3, 24 and 74. RGB value is (195,36,116). Sum of RGB (Red+Green+Blue) = 195+36+116=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C32474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32474 is #3CDB8B. Grayscale: #5C5C5C. Windows color (decimal): -3988364 or 7611587. OLE color: 7611587.

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

Color convert

RGB 195 36 116 -
CMYK 0 0.82 0.41 0.24
HSL 329.81º 0.69% 0.45% -
HSV(B) 329.81º 0.82% 0.76% -
XYZ 26.29 14.12 17.86 -
YUV 92.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 195 36 116 0 0.82 0.41 0.24 329.81 0.69 0.45
Hex C3 24 74 0 52 29 18 14A 45 2D
Octal 303 44 164 0 122 51 30 512 105 55
Binary 11000011 100100 1110100 0 1010010 101001 11000 101001010 1000101 101101

Color Harmonies of #C32474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32474

Black with #C32474

Text Example


Text Example

White with #C32474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32474; }

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

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

background-color css

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

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

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

border-color css

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

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

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