Html Css Color HEX #C33392 Medium Red Violet

📋 copy color: '#C33392'

red 195 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #C33392

Tints of Medium Red Violet #C33392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.01%

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

R = 49.74%
G = 13.01%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33392 (or 0xC33392) is known color: Medium Red Violet. HEX triplet: C3, 33 and 92. RGB value is (195,51,146). Sum of RGB (Red+Green+Blue) = 195+51+146=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C33392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33392 is #3CCC6D. Grayscale: #686868. Windows color (decimal): -3984494 or 9581507. OLE color: 9581507.

HSL color Cylindrical-coordinate representation of color #C33392: hue angle of 320.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33392 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 146 -
CMYK 0 0.74 0.25 0.24
HSL 320.42º 0.59% 0.48% -
HSV(B) 320.42º 0.74% 0.76% -
XYZ 28.88 16.05 28.77 -
YUV 104.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 195 51 146 0 0.74 0.25 0.24 320.42 0.59 0.48
Hex C3 33 92 0 4A 19 18 140 3B 30
Octal 303 63 222 0 112 31 30 500 73 60
Binary 11000011 110011 10010010 0 1001010 11001 11000 101000000 111011 110000

Color Harmonies of #C33392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33392

Black with #C33392

Text Example


Text Example

White with #C33392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33392; }

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

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

background-color css

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

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

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

border-color css

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

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

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