Html Css Color HEX #C32292 Medium Violet Red

📋 copy color: '#C32292'

red 195 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #C32292

Tints of Medium Violet Red #C32292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 52%
G = 9.07%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32292 (or 0xC32292) is known color: Medium Violet Red. HEX triplet: C3, 22 and 92. RGB value is (195,34,146). Sum of RGB (Red+Green+Blue) = 195+34+146=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32292 is #3CDD6D. Grayscale: #5E5E5E. Windows color (decimal): -3988846 or 9577155. OLE color: 9577155.

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

Color convert

RGB 195 34 146 -
CMYK 0 0.83 0.25 0.24
HSL 318.26º 0.7% 0.45% -
HSV(B) 318.26º 0.83% 0.76% -
XYZ 28.27 14.82 28.57 -
YUV 94.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 195 34 146 0 0.83 0.25 0.24 318.26 0.7 0.45
Hex C3 22 92 0 53 19 18 13E 46 2D
Octal 303 42 222 0 123 31 30 476 106 55
Binary 11000011 100010 10010010 0 1010011 11001 11000 100111110 1000110 101101

Color Harmonies of #C32292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32292

Black with #C32292

Text Example


Text Example

White with #C32292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32292; }

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

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

background-color css

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

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

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

border-color css

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

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

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