Html Css Color HEX #C33992 Medium Red Violet

📋 copy color: '#C33992'

red 195 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #C33992

Tints of Medium Red Violet #C33992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

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

R = 48.99%
G = 14.32%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C33992 (or 0xC33992) is known color: Medium Red Violet. HEX triplet: C3, 39 and 92. RGB value is (195,57,146). Sum of RGB (Red+Green+Blue) = 195+57+146=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C33992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33992 is #3CC66D. Grayscale: #6C6C6C. Windows color (decimal): -3982958 or 9583043. OLE color: 9583043.

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

Color convert

RGB 195 57 146 -
CMYK 0 0.71 0.25 0.24
HSL 321.3º 0.55% 0.49% -
HSV(B) 321.3º 0.71% 0.76% -
XYZ 29.16 16.6 28.86 -
YUV 108.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 195 57 146 0 0.71 0.25 0.24 321.3 0.55 0.49
Hex C3 39 92 0 47 19 18 141 37 31
Octal 303 71 222 0 107 31 30 501 67 61
Binary 11000011 111001 10010010 0 1000111 11001 11000 101000001 110111 110001

Color Harmonies of #C33992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33992

Black with #C33992

Text Example


Text Example

White with #C33992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33992; }

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

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

background-color css

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

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

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

border-color css

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

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

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