Html Css Color HEX #C71085 Medium Violet Red

📋 copy color: '#C71085'

red 199 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #C71085

Tints of Medium Violet Red #C71085

RGB

 RED value IS 199 (78.13% from 255) = 57.18%

 GREEN value IS 16 (6.64% from 255) = 4.6%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 57.18%
G = 4.6%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C71085 (or 0xC71085) is known color: Medium Violet Red. HEX triplet: C7, 10 and 85. RGB value is (199,16,133). Sum of RGB (Red+Green+Blue) = 199+16+133=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C71085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71085 is #38EF7A. Grayscale: #535353. Windows color (decimal): -3731323 or 8720583. OLE color: 8720583.

HSL color Cylindrical-coordinate representation of color #C71085: hue angle of 321.64º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71085 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 133 -
CMYK 0 0.92 0.33 0.22
HSL 321.64º 0.85% 0.42% -
HSV(B) 321.64º 0.92% 0.78% -
XYZ 27.97 14.21 23.46 -
YUV 84.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 199 16 133 0 0.92 0.33 0.22 321.64 0.85 0.42
Hex C7 10 85 0 5C 21 16 142 55 2A
Octal 307 20 205 0 134 41 26 502 125 52
Binary 11000111 10000 10000101 0 1011100 100001 10110 101000010 1010101 101010

Color Harmonies of #C71085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71085

Black with #C71085

Text Example


Text Example

White with #C71085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71085; }

 p { color: rgb(199,16,133); }

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

background-color css

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

 a { background-color: rgb(199,16,133); }

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

border-color css

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

 span { border-color: rgb(199,16,133); }

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