Html Css Color HEX #C33996 Medium Red Violet

📋 copy color: '#C33996'

red 195 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #C33996

Tints of Medium Red Violet #C33996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 48.51%
G = 14.18%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C33996 (or 0xC33996) is known color: Medium Red Violet. HEX triplet: C3, 39 and 96. RGB value is (195,57,150). Sum of RGB (Red+Green+Blue) = 195+57+150=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C33996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33996 is #3CC669. Grayscale: #6C6C6C. Windows color (decimal): -3982954 or 9845187. OLE color: 9845187.

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

Color convert

RGB 195 57 150 -
CMYK 0 0.71 0.23 0.24
HSL 319.57º 0.55% 0.49% -
HSV(B) 319.57º 0.71% 0.76% -
XYZ 29.47 16.73 30.53 -
YUV 108.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 195 57 150 0 0.71 0.23 0.24 319.57 0.55 0.49
Hex C3 39 96 0 47 17 18 140 37 31
Octal 303 71 226 0 107 27 30 500 67 61
Binary 11000011 111001 10010110 0 1000111 10111 11000 101000000 110111 110001

Color Harmonies of #C33996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33996

Black with #C33996

Text Example


Text Example

White with #C33996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33996; }

 p { color: rgb(195,57,150); }

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

background-color css

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

 a { background-color: rgb(195,57,150); }

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

border-color css

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

 span { border-color: rgb(195,57,150); }

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