Html Css Color HEX #C33595 Medium Red Violet

📋 copy color: '#C33595'

red 195 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #C33595

Tints of Medium Red Violet #C33595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 49.12%
G = 13.35%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C33595 (or 0xC33595) is known color: Medium Red Violet. HEX triplet: C3, 35 and 95. RGB value is (195,53,149). Sum of RGB (Red+Green+Blue) = 195+53+149=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33595 is #3CCA6A. Grayscale: #6A6A6A. Windows color (decimal): -3983979 or 9778627. OLE color: 9778627.

HSL color Cylindrical-coordinate representation of color #C33595: hue angle of 319.44º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33595 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 149 -
CMYK 0 0.73 0.24 0.24
HSL 319.44º 0.57% 0.49% -
HSV(B) 319.44º 0.73% 0.76% -
XYZ 29.2 16.32 30.04 -
YUV 106.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 195 53 149 0 0.73 0.24 0.24 319.44 0.57 0.49
Hex C3 35 95 0 49 18 18 13F 39 31
Octal 303 65 225 0 111 30 30 477 71 61
Binary 11000011 110101 10010101 0 1001001 11000 11000 100111111 111001 110001

Color Harmonies of #C33595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33595

Black with #C33595

Text Example


Text Example

White with #C33595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33595; }

 p { color: rgb(195,53,149); }

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

background-color css

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

 a { background-color: rgb(195,53,149); }

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

border-color css

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

 span { border-color: rgb(195,53,149); }

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