Html Css Color HEX #C7256F Medium Violet Red

📋 copy color: '#C7256F'

red 199 ◦ green 37 ◦ blue 111

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

Shades of Medium Violet Red #C7256F

Tints of Medium Violet Red #C7256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.66%

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

R = 57.35%
G = 10.66%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7256F (or 0xC7256F) is known color: Medium Violet Red. HEX triplet: C7, 25 and 6F. RGB value is (199,37,111). Sum of RGB (Red+Green+Blue) = 199+37+111=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7256F is #38DA90. Grayscale: #5D5D5D. Windows color (decimal): -3725969 or 7284167. OLE color: 7284167.

HSL color Cylindrical-coordinate representation of color #C7256F: hue angle of 332.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7256F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 111 -
CMYK 0 0.81 0.44 0.22
HSL 332.59º 0.69% 0.46% -
HSV(B) 332.59º 0.81% 0.78% -
XYZ 27.08 14.61 16.43 -
YUV 93.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 199 37 111 0 0.81 0.44 0.22 332.59 0.69 0.46
Hex C7 25 6F 0 51 2C 16 14D 45 2E
Octal 307 45 157 0 121 54 26 515 105 56
Binary 11000111 100101 1101111 0 1010001 101100 10110 101001101 1000101 101110

Color Harmonies of #C7256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7256F

Black with #C7256F

Text Example


Text Example

White with #C7256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7256F; }

 p { color: rgb(199,37,111); }

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

background-color css

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

 a { background-color: rgb(199,37,111); }

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

border-color css

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

 span { border-color: rgb(199,37,111); }

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