Html Css Color HEX #C3078B Medium Violet Red

📋 copy color: '#C3078B'

red 195 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #C3078B

Tints of Medium Violet Red #C3078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 57.18%
G = 2.05%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3078B (or 0xC3078B) is known color: Medium Violet Red. HEX triplet: C3, 07 and 8B. RGB value is (195,7,139). Sum of RGB (Red+Green+Blue) = 195+7+139=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3078B is #3CF874. Grayscale: #4D4D4D. Windows color (decimal): -3995765 or 9111491. OLE color: 9111491.

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

Color convert

RGB 195 7 139 -
CMYK 0 0.96 0.29 0.24
HSL 317.87º 0.93% 0.4% -
HSV(B) 317.87º 0.96% 0.76% -
XYZ 27.24 13.62 25.62 -
YUV 78.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 195 7 139 0 0.96 0.29 0.24 317.87 0.93 0.4
Hex C3 7 8B 0 60 1D 18 13E 5D 28
Octal 303 7 213 0 140 35 30 476 135 50
Binary 11000011 111 10001011 0 1100000 11101 11000 100111110 1011101 101000

Color Harmonies of #C3078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3078B

Black with #C3078B

Text Example


Text Example

White with #C3078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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