Html Css Color HEX #C33180 Medium Red Violet

📋 copy color: '#C33180'

red 195 ◦ green 49 ◦ blue 128

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

Shades of Medium Red Violet #C33180

Tints of Medium Red Violet #C33180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.17%

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

R = 52.42%
G = 13.17%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C33180 (or 0xC33180) is known color: Medium Red Violet. HEX triplet: C3, 31 and 80. RGB value is (195,49,128). Sum of RGB (Red+Green+Blue) = 195+49+128=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C33180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33180 is #3CCE7F. Grayscale: #656565. Windows color (decimal): -3985024 or 8401347. OLE color: 8401347.

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

Color convert

RGB 195 49 128 -
CMYK 0 0.75 0.34 0.24
HSL 327.53º 0.6% 0.48% -
HSV(B) 327.53º 0.75% 0.76% -
XYZ 27.5 15.36 21.94 -
YUV 101.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 195 49 128 0 0.75 0.34 0.24 327.53 0.6 0.48
Hex C3 31 80 0 4B 22 18 148 3C 30
Octal 303 61 200 0 113 42 30 510 74 60
Binary 11000011 110001 10000000 0 1001011 100010 11000 101001000 111100 110000

Color Harmonies of #C33180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33180

Black with #C33180

Text Example


Text Example

White with #C33180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33180; }

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

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

background-color css

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

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

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

border-color css

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

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

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