Html Css Color HEX #C33480 Medium Red Violet

📋 copy color: '#C33480'

red 195 ◦ green 52 ◦ blue 128

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

Shades of Medium Red Violet #C33480

Tints of Medium Red Violet #C33480

RGB

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

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

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

R = 52%
G = 13.87%
B = 34.13%

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

#C33480 (or 0xC33480) is known color: Medium Red Violet. HEX triplet: C3, 34 and 80. RGB value is (195,52,128). Sum of RGB (Red+Green+Blue) = 195+52+128=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33480 is #3CCB7F. Grayscale: #676767. Windows color (decimal): -3984256 or 8402115. OLE color: 8402115.

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

Color convert

RGB 195 52 128 -
CMYK 0 0.73 0.34 0.24
HSL 328.11º 0.58% 0.48% -
HSV(B) 328.11º 0.73% 0.76% -
XYZ 27.63 15.62 21.98 -
YUV 103.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 195 52 128 0 0.73 0.34 0.24 328.11 0.58 0.48
Hex C3 34 80 0 49 22 18 148 3A 30
Octal 303 64 200 0 111 42 30 510 72 60
Binary 11000011 110100 10000000 0 1001001 100010 11000 101001000 111010 110000

Color Harmonies of #C33480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33480

Black with #C33480

Text Example


Text Example

White with #C33480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33480; }

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

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

background-color css

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

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

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

border-color css

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

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

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