Html Css Color HEX #C33580 Medium Red Violet

📋 copy color: '#C33580'

red 195 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #C33580

Tints of Medium Red Violet #C33580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 51.86%
G = 14.1%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C33580 (or 0xC33580) is known color: Medium Red Violet. HEX triplet: C3, 35 and 80. RGB value is (195,53,128). Sum of RGB (Red+Green+Blue) = 195+53+128=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C33580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33580 is #3CCA7F. Grayscale: #676767. Windows color (decimal): -3984000 or 8402371. OLE color: 8402371.

HSL color Cylindrical-coordinate representation of color #C33580: hue angle of 328.31º 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 #C33580 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 128 -
CMYK 0 0.73 0.34 0.24
HSL 328.31º 0.57% 0.49% -
HSV(B) 328.31º 0.73% 0.76% -
XYZ 27.68 15.71 22 -
YUV 104.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 195 53 128 0 0.73 0.34 0.24 328.31 0.57 0.49
Hex C3 35 80 0 49 22 18 148 39 31
Octal 303 65 200 0 111 42 30 510 71 61
Binary 11000011 110101 10000000 0 1001001 100010 11000 101001000 111001 110001

Color Harmonies of #C33580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33580

Black with #C33580

Text Example


Text Example

White with #C33580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33580; }

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

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

background-color css

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

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

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

border-color css

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

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

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