Html Css Color HEX #C3077B Medium Violet Red

📋 copy color: '#C3077B'

red 195 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #C3077B

Tints of Medium Violet Red #C3077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 60%
G = 2.15%
B = 37.85%

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

#C3077B (or 0xC3077B) is known color: Medium Violet Red. HEX triplet: C3, 07 and 7B. RGB value is (195,7,123). Sum of RGB (Red+Green+Blue) = 195+7+123=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3077B is #3CF884. Grayscale: #4C4C4C. Windows color (decimal): -3995781 or 8062915. OLE color: 8062915.

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

Color convert

RGB 195 7 123 -
CMYK 0 0.96 0.37 0.24
HSL 322.98º 0.93% 0.4% -
HSV(B) 322.98º 0.96% 0.76% -
XYZ 26.16 13.18 19.91 -
YUV 76.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 195 7 123 0 0.96 0.37 0.24 322.98 0.93 0.4
Hex C3 7 7B 0 60 25 18 143 5D 28
Octal 303 7 173 0 140 45 30 503 135 50
Binary 11000011 111 1111011 0 1100000 100101 11000 101000011 1011101 101000

Color Harmonies of #C3077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3077B

Black with #C3077B

Text Example


Text Example

White with #C3077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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