Html Css Color HEX #C33194 Medium Red Violet

📋 copy color: '#C33194'

red 195 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #C33194

Tints of Medium Red Violet #C33194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 49.74%
G = 12.5%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C33194 (or 0xC33194) is known color: Medium Red Violet. HEX triplet: C3, 31 and 94. RGB value is (195,49,148). Sum of RGB (Red+Green+Blue) = 195+49+148=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C33194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33194 is #3CCE6B. Grayscale: #676767. Windows color (decimal): -3985004 or 9712067. OLE color: 9712067.

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

Color convert

RGB 195 49 148 -
CMYK 0 0.75 0.24 0.24
HSL 319.32º 0.6% 0.48% -
HSV(B) 319.32º 0.75% 0.76% -
XYZ 28.95 15.94 29.57 -
YUV 103.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 195 49 148 0 0.75 0.24 0.24 319.32 0.6 0.48
Hex C3 31 94 0 4B 18 18 13F 3C 30
Octal 303 61 224 0 113 30 30 477 74 60
Binary 11000011 110001 10010100 0 1001011 11000 11000 100111111 111100 110000

Color Harmonies of #C33194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33194

Black with #C33194

Text Example


Text Example

White with #C33194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33194; }

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

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

background-color css

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

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

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

border-color css

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

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

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