Html Css Color HEX #C32297 Medium Violet Red

📋 copy color: '#C32297'

red 195 ◦ green 34 ◦ blue 151

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

Shades of Medium Violet Red #C32297

Tints of Medium Violet Red #C32297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.95%

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 51.32%
G = 8.95%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C32297 (or 0xC32297) is known color: Medium Violet Red. HEX triplet: C3, 22 and 97. RGB value is (195,34,151). Sum of RGB (Red+Green+Blue) = 195+34+151=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32297 is #3CDD68. Grayscale: #5F5F5F. Windows color (decimal): -3988841 or 9904835. OLE color: 9904835.

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

Color convert

RGB 195 34 151 -
CMYK 0 0.83 0.23 0.24
HSL 316.4º 0.7% 0.45% -
HSV(B) 316.4º 0.83% 0.76% -
XYZ 28.66 14.98 30.66 -
YUV 95.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 195 34 151 0 0.83 0.23 0.24 316.4 0.7 0.45
Hex C3 22 97 0 53 17 18 13C 46 2D
Octal 303 42 227 0 123 27 30 474 106 55
Binary 11000011 100010 10010111 0 1010011 10111 11000 100111100 1000110 101101

Color Harmonies of #C32297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32297

Black with #C32297

Text Example


Text Example

White with #C32297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32297; }

 p { color: rgb(195,34,151); }

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

background-color css

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

 a { background-color: rgb(195,34,151); }

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

border-color css

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

 span { border-color: rgb(195,34,151); }

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