Html Css Color HEX #C33593 Medium Red Violet

📋 copy color: '#C33593'

red 195 ◦ green 53 ◦ blue 147

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

Shades of Medium Red Violet #C33593

Tints of Medium Red Violet #C33593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 49.37%
G = 13.42%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33593 (or 0xC33593) is known color: Medium Red Violet. HEX triplet: C3, 35 and 93. RGB value is (195,53,147). Sum of RGB (Red+Green+Blue) = 195+53+147=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C33593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33593 is #3CCA6C. Grayscale: #696969. Windows color (decimal): -3983981 or 9647555. OLE color: 9647555.

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

Color convert

RGB 195 53 147 -
CMYK 0 0.73 0.25 0.24
HSL 320.28º 0.57% 0.49% -
HSV(B) 320.28º 0.73% 0.76% -
XYZ 29.05 16.25 29.21 -
YUV 106.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 195 53 147 0 0.73 0.25 0.24 320.28 0.57 0.49
Hex C3 35 93 0 49 19 18 140 39 31
Octal 303 65 223 0 111 31 30 500 71 61
Binary 11000011 110101 10010011 0 1001001 11001 11000 101000000 111001 110001

Color Harmonies of #C33593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33593

Black with #C33593

Text Example


Text Example

White with #C33593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33593; }

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

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

background-color css

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

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

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

border-color css

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

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

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