Html Css Color HEX #C33094 Medium Red Violet

📋 copy color: '#C33094'

red 195 ◦ green 48 ◦ blue 148

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

Shades of Medium Red Violet #C33094

Tints of Medium Red Violet #C33094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

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

R = 49.87%
G = 12.28%
B = 37.85%

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

#C33094 (or 0xC33094) is known color: Medium Red Violet. HEX triplet: C3, 30 and 94. RGB value is (195,48,148). Sum of RGB (Red+Green+Blue) = 195+48+148=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C33094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33094 is #3CCF6B. Grayscale: #676767. Windows color (decimal): -3985260 or 9711811. OLE color: 9711811.

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

Color convert

RGB 195 48 148 -
CMYK 0 0.75 0.24 0.24
HSL 319.18º 0.6% 0.48% -
HSV(B) 319.18º 0.75% 0.76% -
XYZ 28.91 15.85 29.55 -
YUV 103.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 195 48 148 0 0.75 0.24 0.24 319.18 0.6 0.48
Hex C3 30 94 0 4B 18 18 13F 3C 30
Octal 303 60 224 0 113 30 30 477 74 60
Binary 11000011 110000 10010100 0 1001011 11000 11000 100111111 111100 110000

Color Harmonies of #C33094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33094

Black with #C33094

Text Example


Text Example

White with #C33094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33094; }

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

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

background-color css

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

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

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

border-color css

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

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

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