Html Css Color HEX #C32093 Medium Violet Red

📋 copy color: '#C32093'

red 195 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #C32093

Tints of Medium Violet Red #C32093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 52.14%
G = 8.56%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32093 (or 0xC32093) is known color: Medium Violet Red. HEX triplet: C3, 20 and 93. RGB value is (195,32,147). Sum of RGB (Red+Green+Blue) = 195+32+147=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C32093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32093 is #3CDF6C. Grayscale: #5D5D5D. Windows color (decimal): -3989357 or 9642179. OLE color: 9642179.

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

Color convert

RGB 195 32 147 -
CMYK 0 0.84 0.25 0.24
HSL 317.67º 0.72% 0.45% -
HSV(B) 317.67º 0.84% 0.76% -
XYZ 28.29 14.74 28.96 -
YUV 93.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 195 32 147 0 0.84 0.25 0.24 317.67 0.72 0.45
Hex C3 20 93 0 54 19 18 13E 48 2D
Octal 303 40 223 0 124 31 30 476 110 55
Binary 11000011 100000 10010011 0 1010100 11001 11000 100111110 1001000 101101

Color Harmonies of #C32093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32093

Black with #C32093

Text Example


Text Example

White with #C32093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32093; }

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

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

background-color css

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

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

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

border-color css

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

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

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