Html Css Color HEX #C3077D Medium Violet Red

📋 copy color: '#C3077D'

red 195 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #C3077D

Tints of Medium Violet Red #C3077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 59.63%
G = 2.14%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3077D (or 0xC3077D) is known color: Medium Violet Red. HEX triplet: C3, 07 and 7D. RGB value is (195,7,125). Sum of RGB (Red+Green+Blue) = 195+7+125=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3077D is #3CF882. Grayscale: #4C4C4C. Windows color (decimal): -3995779 or 8193987. OLE color: 8193987.

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

Color convert

RGB 195 7 125 -
CMYK 0 0.96 0.36 0.24
HSL 322.34º 0.93% 0.4% -
HSV(B) 322.34º 0.96% 0.76% -
XYZ 26.28 13.23 20.57 -
YUV 76.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 195 7 125 0 0.96 0.36 0.24 322.34 0.93 0.4
Hex C3 7 7D 0 60 24 18 142 5D 28
Octal 303 7 175 0 140 44 30 502 135 50
Binary 11000011 111 1111101 0 1100000 100100 11000 101000010 1011101 101000

Color Harmonies of #C3077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3077D

Black with #C3077D

Text Example


Text Example

White with #C3077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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