Html Css Color HEX #C3076F Medium Violet Red

📋 copy color: '#C3076F'

red 195 ◦ green 7 ◦ blue 111

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

Shades of Medium Violet Red #C3076F

Tints of Medium Violet Red #C3076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 62.3%
G = 2.24%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3076F (or 0xC3076F) is known color: Medium Violet Red. HEX triplet: C3, 07 and 6F. RGB value is (195,7,111). Sum of RGB (Red+Green+Blue) = 195+7+111=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3076F is #3CF890. Grayscale: #4A4A4A. Windows color (decimal): -3995793 or 7276483. OLE color: 7276483.

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

Color convert

RGB 195 7 111 -
CMYK 0 0.96 0.43 0.24
HSL 326.81º 0.93% 0.4% -
HSV(B) 326.81º 0.96% 0.76% -
XYZ 25.45 12.9 16.19 -
YUV 75.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 195 7 111 0 0.96 0.43 0.24 326.81 0.93 0.4
Hex C3 7 6F 0 60 2B 18 147 5D 28
Octal 303 7 157 0 140 53 30 507 135 50
Binary 11000011 111 1101111 0 1100000 101011 11000 101000111 1011101 101000

Color Harmonies of #C3076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3076F

Black with #C3076F

Text Example


Text Example

White with #C3076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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