Html Css Color HEX #C3058C Medium Violet Red

📋 copy color: '#C3058C'

red 195 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #C3058C

Tints of Medium Violet Red #C3058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 57.35%
G = 1.47%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3058C (or 0xC3058C) is known color: Medium Violet Red. HEX triplet: C3, 05 and 8C. RGB value is (195,5,140). Sum of RGB (Red+Green+Blue) = 195+5+140=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3058C is #3CFA73. Grayscale: #4C4C4C. Windows color (decimal): -3996276 or 9176515. OLE color: 9176515.

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

Color convert

RGB 195 5 140 -
CMYK 0 0.97 0.28 0.24
HSL 317.37º 0.95% 0.39% -
HSV(B) 317.37º 0.97% 0.76% -
XYZ 27.29 13.6 26 -
YUV 77.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 195 5 140 0 0.97 0.28 0.24 317.37 0.95 0.39
Hex C3 5 8C 0 61 1C 18 13D 5F 27
Octal 303 5 214 0 141 34 30 475 137 47
Binary 11000011 101 10001100 0 1100001 11100 11000 100111101 1011111 100111

Color Harmonies of #C3058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3058C

Black with #C3058C

Text Example


Text Example

White with #C3058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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