Html Css Color HEX #C7268F Medium Violet Red

📋 copy color: '#C7268F'

red 199 ◦ green 38 ◦ blue 143

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

Shades of Medium Violet Red #C7268F

Tints of Medium Violet Red #C7268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 52.37%
G = 10%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7268F (or 0xC7268F) is known color: Medium Violet Red. HEX triplet: C7, 26 and 8F. RGB value is (199,38,143). Sum of RGB (Red+Green+Blue) = 199+38+143=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7268F is #38D970. Grayscale: #616161. Windows color (decimal): -3725681 or 9381575. OLE color: 9381575.

HSL color Cylindrical-coordinate representation of color #C7268F: hue angle of 320.87º degrees, saturation: 0.68, 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 #C7268F is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 143 -
CMYK 0 0.81 0.28 0.22
HSL 320.87º 0.68% 0.46% -
HSV(B) 320.87º 0.81% 0.78% -
XYZ 29.2 15.51 27.44 -
YUV 98.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 199 38 143 0 0.81 0.28 0.22 320.87 0.68 0.46
Hex C7 26 8F 0 51 1C 16 141 44 2E
Octal 307 46 217 0 121 34 26 501 104 56
Binary 11000111 100110 10001111 0 1010001 11100 10110 101000001 1000100 101110

Color Harmonies of #C7268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7268F

Black with #C7268F

Text Example


Text Example

White with #C7268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7268F; }

 p { color: rgb(199,38,143); }

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

background-color css

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

 a { background-color: rgb(199,38,143); }

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

border-color css

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

 span { border-color: rgb(199,38,143); }

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