Html Css Color HEX #C3078C Medium Violet Red

📋 copy color: '#C3078C'

red 195 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #C3078C

Tints of Medium Violet Red #C3078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 57.02%
G = 2.05%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3078C (or 0xC3078C) is known color: Medium Violet Red. HEX triplet: C3, 07 and 8C. RGB value is (195,7,140). Sum of RGB (Red+Green+Blue) = 195+7+140=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3078C is #3CF873. Grayscale: #4E4E4E. Windows color (decimal): -3995764 or 9177027. OLE color: 9177027.

HSL color Cylindrical-coordinate representation of color #C3078C: hue angle of 317.55º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3078C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 140 -
CMYK 0 0.96 0.28 0.24
HSL 317.55º 0.93% 0.4% -
HSV(B) 317.55º 0.96% 0.76% -
XYZ 27.32 13.65 26.01 -
YUV 78.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 195 7 140 0 0.96 0.28 0.24 317.55 0.93 0.4
Hex C3 7 8C 0 60 1C 18 13E 5D 28
Octal 303 7 214 0 140 34 30 476 135 50
Binary 11000011 111 10001100 0 1100000 11100 11000 100111110 1011101 101000

Color Harmonies of #C3078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3078C

Black with #C3078C

Text Example


Text Example

White with #C3078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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