Html Css Color HEX #C3077A Medium Violet Red

📋 copy color: '#C3077A'

red 195 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #C3077A

Tints of Medium Violet Red #C3077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 60.19%
G = 2.16%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3077A (or 0xC3077A) is known color: Medium Violet Red. HEX triplet: C3, 07 and 7A. RGB value is (195,7,122). Sum of RGB (Red+Green+Blue) = 195+7+122=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3077A is #3CF885. Grayscale: #4C4C4C. Windows color (decimal): -3995782 or 7997379. OLE color: 7997379.

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

Color convert

RGB 195 7 122 -
CMYK 0 0.96 0.37 0.24
HSL 323.3º 0.93% 0.4% -
HSV(B) 323.3º 0.96% 0.76% -
XYZ 26.09 13.16 19.58 -
YUV 76.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 195 7 122 0 0.96 0.37 0.24 323.3 0.93 0.4
Hex C3 7 7A 0 60 25 18 143 5D 28
Octal 303 7 172 0 140 45 30 503 135 50
Binary 11000011 111 1111010 0 1100000 100101 11000 101000011 1011101 101000

Color Harmonies of #C3077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3077A

Black with #C3077A

Text Example


Text Example

White with #C3077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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