Html Css Color HEX #C3057C Medium Violet Red

📋 copy color: '#C3057C'

red 195 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C3057C

Tints of Medium Violet Red #C3057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 60.19%
G = 1.54%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3057C (or 0xC3057C) is known color: Medium Violet Red. HEX triplet: C3, 05 and 7C. RGB value is (195,5,124). Sum of RGB (Red+Green+Blue) = 195+5+124=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3057C is #3CFA83. Grayscale: #4B4B4B. Windows color (decimal): -3996292 or 8127939. OLE color: 8127939.

HSL color Cylindrical-coordinate representation of color #C3057C: hue angle of 322.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3057C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 124 -
CMYK 0 0.97 0.36 0.24
HSL 322.42º 0.95% 0.39% -
HSV(B) 322.42º 0.97% 0.76% -
XYZ 26.2 13.17 20.23 -
YUV 75.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 195 5 124 0 0.97 0.36 0.24 322.42 0.95 0.39
Hex C3 5 7C 0 61 24 18 142 5F 27
Octal 303 5 174 0 141 44 30 502 137 47
Binary 11000011 101 1111100 0 1100001 100100 11000 101000010 1011111 100111

Color Harmonies of #C3057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3057C

Black with #C3057C

Text Example


Text Example

White with #C3057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3057C; }

 p { color: rgb(195,5,124); }

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

background-color css

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

 a { background-color: rgb(195,5,124); }

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

border-color css

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

 span { border-color: rgb(195,5,124); }

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