Html Css Color HEX #C32874 Medium Red Violet

📋 copy color: '#C32874'

red 195 ◦ green 40 ◦ blue 116

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

Shades of Medium Red Violet #C32874

Tints of Medium Red Violet #C32874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

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

R = 55.56%
G = 11.4%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C32874 (or 0xC32874) is known color: Medium Red Violet. HEX triplet: C3, 28 and 74. RGB value is (195,40,116). Sum of RGB (Red+Green+Blue) = 195+40+116=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C32874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32874 is #3CD78B. Grayscale: #5E5E5E. Windows color (decimal): -3987340 or 7612611. OLE color: 7612611.

HSL color Cylindrical-coordinate representation of color #C32874: hue angle of 330.58º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32874 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 116 -
CMYK 0 0.79 0.41 0.24
HSL 330.58º 0.66% 0.46% -
HSV(B) 330.58º 0.79% 0.76% -
XYZ 26.42 14.38 17.91 -
YUV 95.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 195 40 116 0 0.79 0.41 0.24 330.58 0.66 0.46
Hex C3 28 74 0 4F 29 18 14B 42 2E
Octal 303 50 164 0 117 51 30 513 102 56
Binary 11000011 101000 1110100 0 1001111 101001 11000 101001011 1000010 101110

Color Harmonies of #C32874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32874

Black with #C32874

Text Example


Text Example

White with #C32874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32874; }

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

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

background-color css

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

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

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

border-color css

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

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

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