Html Css Color HEX #C32488 Medium Violet Red

📋 copy color: '#C32488'

red 195 ◦ green 36 ◦ blue 136

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

Shades of Medium Violet Red #C32488

Tints of Medium Violet Red #C32488

RGB

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

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

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

R = 53.13%
G = 9.81%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C32488 (or 0xC32488) is known color: Medium Violet Red. HEX triplet: C3, 24 and 88. RGB value is (195,36,136). Sum of RGB (Red+Green+Blue) = 195+36+136=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C32488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32488 is #3CDB77. Grayscale: #5E5E5E. Windows color (decimal): -3988344 or 8922307. OLE color: 8922307.

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

Color convert

RGB 195 36 136 -
CMYK 0 0.82 0.30 0.24
HSL 322.26º 0.69% 0.45% -
HSV(B) 322.26º 0.82% 0.76% -
XYZ 27.58 14.64 24.66 -
YUV 94.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 195 36 136 0 0.82 0.30 0.24 322.26 0.69 0.45
Hex C3 24 88 0 52 1E 18 142 45 2D
Octal 303 44 210 0 122 36 30 502 105 55
Binary 11000011 100100 10001000 0 1010010 11110 11000 101000010 1000101 101101

Color Harmonies of #C32488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32488

Black with #C32488

Text Example


Text Example

White with #C32488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32488; }

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

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

background-color css

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

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

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

border-color css

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

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

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