Html Css Color HEX #C33193 Medium Red Violet

📋 copy color: '#C33193'

red 195 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #C33193

Tints of Medium Red Violet #C33193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.53%

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

R = 49.87%
G = 12.53%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33193 (or 0xC33193) is known color: Medium Red Violet. HEX triplet: C3, 31 and 93. RGB value is (195,49,147). Sum of RGB (Red+Green+Blue) = 195+49+147=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C33193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33193 is #3CCE6C. Grayscale: #676767. Windows color (decimal): -3985005 or 9646531. OLE color: 9646531.

HSL color Cylindrical-coordinate representation of color #C33193: hue angle of 319.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33193 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 147 -
CMYK 0 0.75 0.25 0.24
HSL 319.73º 0.6% 0.48% -
HSV(B) 319.73º 0.75% 0.76% -
XYZ 28.87 15.91 29.15 -
YUV 103.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 195 49 147 0 0.75 0.25 0.24 319.73 0.6 0.48
Hex C3 31 93 0 4B 19 18 140 3C 30
Octal 303 61 223 0 113 31 30 500 74 60
Binary 11000011 110001 10010011 0 1001011 11001 11000 101000000 111100 110000

Color Harmonies of #C33193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33193

Black with #C33193

Text Example


Text Example

White with #C33193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33193; }

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

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

background-color css

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

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

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

border-color css

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

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

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