Html Css Color HEX #C32875 Medium Red Violet

📋 copy color: '#C32875'

red 195 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #C32875

Tints of Medium Red Violet #C32875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 55.4%
G = 11.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C32875 (or 0xC32875) is known color: Medium Red Violet. HEX triplet: C3, 28 and 75. RGB value is (195,40,117). Sum of RGB (Red+Green+Blue) = 195+40+117=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C32875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32875 is #3CD78A. Grayscale: #5E5E5E. Windows color (decimal): -3987339 or 7678147. OLE color: 7678147.

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

Color convert

RGB 195 40 117 -
CMYK 0 0.79 0.4 0.24
HSL 330.19º 0.66% 0.46% -
HSV(B) 330.19º 0.79% 0.76% -
XYZ 26.48 14.4 18.21 -
YUV 95.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 195 40 117 0 0.79 0.4 0.24 330.19 0.66 0.46
Hex C3 28 75 0 4F 28 18 14A 42 2E
Octal 303 50 165 0 117 50 30 512 102 56
Binary 11000011 101000 1110101 0 1001111 101000 11000 101001010 1000010 101110

Color Harmonies of #C32875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32875

Black with #C32875

Text Example


Text Example

White with #C32875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32875; }

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

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

background-color css

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

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

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

border-color css

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

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

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