Html Css Color HEX #C33B79 Medium Red Violet

📋 copy color: '#C33B79'

red 195 ◦ green 59 ◦ blue 121

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

Shades of Medium Red Violet #C33B79

Tints of Medium Red Violet #C33B79

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 52%
G = 15.73%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C33B79 (or 0xC33B79) is known color: Medium Red Violet. HEX triplet: C3, 3B and 79. RGB value is (195,59,121). Sum of RGB (Red+Green+Blue) = 195+59+121=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B79 is #3CC486. Grayscale: #6A6A6A. Windows color (decimal): -3982471 or 7945155. OLE color: 7945155.

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

Color convert

RGB 195 59 121 -
CMYK 0 0.70 0.38 0.24
HSL 332.65º 0.54% 0.5% -
HSV(B) 332.65º 0.7% 0.76% -
XYZ 27.52 16.11 19.75 -
YUV 106.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 195 59 121 0 0.70 0.38 0.24 332.65 0.54 0.5
Hex C3 3B 79 0 46 26 18 14D 36 32
Octal 303 73 171 0 106 46 30 515 66 62
Binary 11000011 111011 1111001 0 1000110 100110 11000 101001101 110110 110010

Color Harmonies of #C33B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B79

Black with #C33B79

Text Example


Text Example

White with #C33B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B79; }

 p { color: rgb(195,59,121); }

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

background-color css

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

 a { background-color: rgb(195,59,121); }

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

border-color css

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

 span { border-color: rgb(195,59,121); }

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