Html Css Color HEX #C338A0 Medium Red Violet

📋 copy color: '#C338A0'

red 195 ◦ green 56 ◦ blue 160

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

Shades of Medium Red Violet #C338A0

Tints of Medium Red Violet #C338A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.63%

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

R = 47.45%
G = 13.63%
B = 38.93%

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

#C338A0 (or 0xC338A0) is known color: Medium Red Violet. HEX triplet: C3, 38 and A0. RGB value is (195,56,160). Sum of RGB (Red+Green+Blue) = 195+56+160=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C338A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338A0 is #3CC75F. Grayscale: #6D6D6D. Windows color (decimal): -3983200 or 10500291. OLE color: 10500291.

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

Color convert

RGB 195 56 160 -
CMYK 0 0.71 0.18 0.24
HSL 315.11º 0.55% 0.49% -
HSV(B) 315.11º 0.71% 0.76% -
XYZ 30.27 16.97 34.94 -
YUV 109.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 195 56 160 0 0.71 0.18 0.24 315.11 0.55 0.49
Hex C3 38 A0 0 47 12 18 13B 37 31
Octal 303 70 240 0 107 22 30 473 67 61
Binary 11000011 111000 10100000 0 1000111 10010 11000 100111011 110111 110001

Color Harmonies of #C338A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338A0

Black with #C338A0

Text Example


Text Example

White with #C338A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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