Html Css Color HEX #C7286F Medium Red Violet

📋 copy color: '#C7286F'

red 199 ◦ green 40 ◦ blue 111

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

Shades of Medium Red Violet #C7286F

Tints of Medium Red Violet #C7286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 56.86%
G = 11.43%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7286F (or 0xC7286F) is known color: Medium Red Violet. HEX triplet: C7, 28 and 6F. RGB value is (199,40,111). Sum of RGB (Red+Green+Blue) = 199+40+111=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7286F is #38D790. Grayscale: #5F5F5F. Windows color (decimal): -3725201 or 7284935. OLE color: 7284935.

HSL color Cylindrical-coordinate representation of color #C7286F: hue angle of 333.21º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7286F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 111 -
CMYK 0 0.80 0.44 0.22
HSL 333.21º 0.67% 0.47% -
HSV(B) 333.21º 0.8% 0.78% -
XYZ 27.18 14.81 16.46 -
YUV 95.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 199 40 111 0 0.80 0.44 0.22 333.21 0.67 0.47
Hex C7 28 6F 0 50 2C 16 14D 43 2F
Octal 307 50 157 0 120 54 26 515 103 57
Binary 11000111 101000 1101111 0 1010000 101100 10110 101001101 1000011 101111

Color Harmonies of #C7286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7286F

Black with #C7286F

Text Example


Text Example

White with #C7286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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