Html Css Color HEX #C33775 Medium Red Violet

📋 copy color: '#C33775'

red 195 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #C33775

Tints of Medium Red Violet #C33775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.99%

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 53.13%
G = 14.99%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C33775 (or 0xC33775) is known color: Medium Red Violet. HEX triplet: C3, 37 and 75. RGB value is (195,55,117). Sum of RGB (Red+Green+Blue) = 195+55+117=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C33775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33775 is #3CC88A. Grayscale: #676767. Windows color (decimal): -3983499 or 7681987. OLE color: 7681987.

HSL color Cylindrical-coordinate representation of color #C33775: hue angle of 333.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33775 is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 117 -
CMYK 0 0.72 0.4 0.24
HSL 333.43º 0.56% 0.49% -
HSV(B) 333.43º 0.72% 0.76% -
XYZ 27.08 15.62 18.42 -
YUV 103.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 195 55 117 0 0.72 0.4 0.24 333.43 0.56 0.49
Hex C3 37 75 0 48 28 18 14D 38 31
Octal 303 67 165 0 110 50 30 515 70 61
Binary 11000011 110111 1110101 0 1001000 101000 11000 101001101 111000 110001

Color Harmonies of #C33775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33775

Black with #C33775

Text Example


Text Example

White with #C33775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33775; }

 p { color: rgb(195,55,117); }

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

background-color css

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

 a { background-color: rgb(195,55,117); }

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

border-color css

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

 span { border-color: rgb(195,55,117); }

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