Html Css Color HEX #C33174 Medium Red Violet

📋 copy color: '#C33174'

red 195 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #C33174

Tints of Medium Red Violet #C33174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.22%

R = 54.17%
G = 13.61%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C33174 (or 0xC33174) is known color: Medium Red Violet. HEX triplet: C3, 31 and 74. RGB value is (195,49,116). Sum of RGB (Red+Green+Blue) = 195+49+116=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C33174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33174 is #3CCE8B. Grayscale: #646464. Windows color (decimal): -3985036 or 7614915. OLE color: 7614915.

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

Color convert

RGB 195 49 116 -
CMYK 0 0.75 0.41 0.24
HSL 332.47º 0.6% 0.48% -
HSV(B) 332.47º 0.75% 0.76% -
XYZ 26.76 15.06 18.02 -
YUV 100.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 195 49 116 0 0.75 0.41 0.24 332.47 0.6 0.48
Hex C3 31 74 0 4B 29 18 14C 3C 30
Octal 303 61 164 0 113 51 30 514 74 60
Binary 11000011 110001 1110100 0 1001011 101001 11000 101001100 111100 110000

Color Harmonies of #C33174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33174

Black with #C33174

Text Example


Text Example

White with #C33174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33174; }

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

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

background-color css

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

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

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

border-color css

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

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

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