Html Css Color HEX #C33496 Medium Red Violet

📋 copy color: '#C33496'

red 195 ◦ green 52 ◦ blue 150

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

Shades of Medium Red Violet #C33496

Tints of Medium Red Violet #C33496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

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

R = 49.12%
G = 13.1%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C33496 (or 0xC33496) is known color: Medium Red Violet. HEX triplet: C3, 34 and 96. RGB value is (195,52,150). Sum of RGB (Red+Green+Blue) = 195+52+150=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33496 is #3CCB69. Grayscale: #696969. Windows color (decimal): -3984234 or 9843907. OLE color: 9843907.

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

Color convert

RGB 195 52 150 -
CMYK 0 0.73 0.23 0.24
HSL 318.88º 0.58% 0.48% -
HSV(B) 318.88º 0.73% 0.76% -
XYZ 29.24 16.26 30.45 -
YUV 105.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 195 52 150 0 0.73 0.23 0.24 318.88 0.58 0.48
Hex C3 34 96 0 49 17 18 13F 3A 30
Octal 303 64 226 0 111 27 30 477 72 60
Binary 11000011 110100 10010110 0 1001001 10111 11000 100111111 111010 110000

Color Harmonies of #C33496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33496

Black with #C33496

Text Example


Text Example

White with #C33496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33496; }

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

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

background-color css

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

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

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

border-color css

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

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

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