Html Css Color HEX #C339A0 Medium Red Violet

📋 copy color: '#C339A0'

red 195 ◦ green 57 ◦ blue 160

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

Shades of Medium Red Violet #C339A0

Tints of Medium Red Violet #C339A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 47.33%
G = 13.83%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C339A0 (or 0xC339A0) is known color: Medium Red Violet. HEX triplet: C3, 39 and A0. RGB value is (195,57,160). Sum of RGB (Red+Green+Blue) = 195+57+160=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C339A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C339A0 is #3CC65F. Grayscale: #6D6D6D. Windows color (decimal): -3982944 or 10500547. OLE color: 10500547.

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

Color convert

RGB 195 57 160 -
CMYK 0 0.71 0.18 0.24
HSL 315.22º 0.55% 0.49% -
HSV(B) 315.22º 0.71% 0.76% -
XYZ 30.31 17.07 34.95 -
YUV 110 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 195 57 160 0 0.71 0.18 0.24 315.22 0.55 0.49
Hex C3 39 A0 0 47 12 18 13B 37 31
Octal 303 71 240 0 107 22 30 473 67 61
Binary 11000011 111001 10100000 0 1000111 10010 11000 100111011 110111 110001

Color Harmonies of #C339A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339A0

Black with #C339A0

Text Example


Text Example

White with #C339A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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