Html Css Color HEX #C33176 Medium Red Violet

📋 copy color: '#C33176'

red 195 ◦ green 49 ◦ blue 118

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

Shades of Medium Red Violet #C33176

Tints of Medium Red Violet #C33176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 53.87%
G = 13.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C33176 (or 0xC33176) is known color: Medium Red Violet. HEX triplet: C3, 31 and 76. RGB value is (195,49,118). Sum of RGB (Red+Green+Blue) = 195+49+118=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C33176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33176 is #3CCE89. Grayscale: #646464. Windows color (decimal): -3985034 or 7745987. OLE color: 7745987.

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

Color convert

RGB 195 49 118 -
CMYK 0 0.75 0.39 0.24
HSL 331.64º 0.6% 0.48% -
HSV(B) 331.64º 0.75% 0.76% -
XYZ 26.87 15.11 18.64 -
YUV 100.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 195 49 118 0 0.75 0.39 0.24 331.64 0.6 0.48
Hex C3 31 76 0 4B 27 18 14C 3C 30
Octal 303 61 166 0 113 47 30 514 74 60
Binary 11000011 110001 1110110 0 1001011 100111 11000 101001100 111100 110000

Color Harmonies of #C33176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33176

Black with #C33176

Text Example


Text Example

White with #C33176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33176; }

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

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

background-color css

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

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

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

border-color css

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

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

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