Html Css Color HEX #C32088 Medium Violet Red

📋 copy color: '#C32088'

red 195 ◦ green 32 ◦ blue 136

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

Shades of Medium Violet Red #C32088

Tints of Medium Violet Red #C32088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 53.72%
G = 8.82%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C32088 (or 0xC32088) is known color: Medium Violet Red. HEX triplet: C3, 20 and 88. RGB value is (195,32,136). Sum of RGB (Red+Green+Blue) = 195+32+136=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32088 is #3CDF77. Grayscale: #5C5C5C. Windows color (decimal): -3989368 or 8921283. OLE color: 8921283.

HSL color Cylindrical-coordinate representation of color #C32088: hue angle of 321.72º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32088 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 136 -
CMYK 0 0.84 0.30 0.24
HSL 321.72º 0.72% 0.45% -
HSV(B) 321.72º 0.84% 0.76% -
XYZ 27.47 14.41 24.63 -
YUV 92.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 195 32 136 0 0.84 0.30 0.24 321.72 0.72 0.45
Hex C3 20 88 0 54 1E 18 142 48 2D
Octal 303 40 210 0 124 36 30 502 110 55
Binary 11000011 100000 10001000 0 1010100 11110 11000 101000010 1001000 101101

Color Harmonies of #C32088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32088

Black with #C32088

Text Example


Text Example

White with #C32088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32088; }

 p { color: rgb(195,32,136); }

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

background-color css

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

 a { background-color: rgb(195,32,136); }

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

border-color css

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

 span { border-color: rgb(195,32,136); }

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