Html Css Color HEX #C32294 Medium Violet Red

📋 copy color: '#C32294'

red 195 ◦ green 34 ◦ blue 148

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

Shades of Medium Violet Red #C32294

Tints of Medium Violet Red #C32294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 51.72%
G = 9.02%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C32294 (or 0xC32294) is known color: Medium Violet Red. HEX triplet: C3, 22 and 94. RGB value is (195,34,148). Sum of RGB (Red+Green+Blue) = 195+34+148=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C32294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32294 is #3CDD6B. Grayscale: #5E5E5E. Windows color (decimal): -3988844 or 9708227. OLE color: 9708227.

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

Color convert

RGB 195 34 148 -
CMYK 0 0.83 0.24 0.24
HSL 317.52º 0.7% 0.45% -
HSV(B) 317.52º 0.83% 0.76% -
XYZ 28.42 14.88 29.39 -
YUV 95.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 195 34 148 0 0.83 0.24 0.24 317.52 0.7 0.45
Hex C3 22 94 0 53 18 18 13E 46 2D
Octal 303 42 224 0 123 30 30 476 106 55
Binary 11000011 100010 10010100 0 1010011 11000 11000 100111110 1000110 101101

Color Harmonies of #C32294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32294

Black with #C32294

Text Example


Text Example

White with #C32294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32294; }

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

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

background-color css

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

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

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

border-color css

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

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

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