Html Css Color HEX #C33C95 Medium Red Violet

📋 copy color: '#C33C95'

red 195 ◦ green 60 ◦ blue 149

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

Shades of Medium Red Violet #C33C95

Tints of Medium Red Violet #C33C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 48.27%
G = 14.85%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C33C95 (or 0xC33C95) is known color: Medium Red Violet. HEX triplet: C3, 3C and 95. RGB value is (195,60,149). Sum of RGB (Red+Green+Blue) = 195+60+149=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C95 is #3CC36A. Grayscale: #6E6E6E. Windows color (decimal): -3982187 or 9780419. OLE color: 9780419.

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

Color convert

RGB 195 60 149 -
CMYK 0 0.69 0.24 0.24
HSL 320.44º 0.53% 0.5% -
HSV(B) 320.44º 0.69% 0.76% -
XYZ 29.55 17 30.16 -
YUV 110.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 195 60 149 0 0.69 0.24 0.24 320.44 0.53 0.5
Hex C3 3C 95 0 45 18 18 140 35 32
Octal 303 74 225 0 105 30 30 500 65 62
Binary 11000011 111100 10010101 0 1000101 11000 11000 101000000 110101 110010

Color Harmonies of #C33C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C95

Black with #C33C95

Text Example


Text Example

White with #C33C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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