Html Css Color HEX #C33492 Medium Red Violet

📋 copy color: '#C33492'

red 195 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #C33492

Tints of Medium Red Violet #C33492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

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

R = 49.62%
G = 13.23%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33492 (or 0xC33492) is known color: Medium Red Violet. HEX triplet: C3, 34 and 92. RGB value is (195,52,146). Sum of RGB (Red+Green+Blue) = 195+52+146=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C33492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33492 is #3CCB6D. Grayscale: #696969. Windows color (decimal): -3984238 or 9581763. OLE color: 9581763.

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

Color convert

RGB 195 52 146 -
CMYK 0 0.73 0.25 0.24
HSL 320.56º 0.58% 0.48% -
HSV(B) 320.56º 0.73% 0.76% -
XYZ 28.92 16.13 28.78 -
YUV 105.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 195 52 146 0 0.73 0.25 0.24 320.56 0.58 0.48
Hex C3 34 92 0 49 19 18 141 3A 30
Octal 303 64 222 0 111 31 30 501 72 60
Binary 11000011 110100 10010010 0 1001001 11001 11000 101000001 111010 110000

Color Harmonies of #C33492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33492

Black with #C33492

Text Example


Text Example

White with #C33492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33492; }

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

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

background-color css

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

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

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

border-color css

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

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

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