Html Css Color HEX #C33092 Medium Red Violet

📋 copy color: '#C33092'

red 195 ◦ green 48 ◦ blue 146

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

Shades of Medium Red Violet #C33092

Tints of Medium Red Violet #C33092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 50.13%
G = 12.34%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33092 (or 0xC33092) is known color: Medium Red Violet. HEX triplet: C3, 30 and 92. RGB value is (195,48,146). Sum of RGB (Red+Green+Blue) = 195+48+146=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C33092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33092 is #3CCF6D. Grayscale: #666666. Windows color (decimal): -3985262 or 9580739. OLE color: 9580739.

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

Color convert

RGB 195 48 146 -
CMYK 0 0.75 0.25 0.24
HSL 320º 0.6% 0.48% -
HSV(B) 320º 0.75% 0.76% -
XYZ 28.75 15.79 28.73 -
YUV 103.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 195 48 146 0 0.75 0.25 0.24 320 0.6 0.48
Hex C3 30 92 0 4B 19 18 140 3C 30
Octal 303 60 222 0 113 31 30 500 74 60
Binary 11000011 110000 10010010 0 1001011 11001 11000 101000000 111100 110000

Color Harmonies of #C33092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33092

Black with #C33092

Text Example


Text Example

White with #C33092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33092; }

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

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

background-color css

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

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

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

border-color css

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

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

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