Html Css Color HEX #C7268E Medium Violet Red

📋 copy color: '#C7268E'

red 199 ◦ green 38 ◦ blue 142

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

Shades of Medium Violet Red #C7268E

Tints of Medium Violet Red #C7268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 52.51%
G = 10.03%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7268E (or 0xC7268E) is known color: Medium Violet Red. HEX triplet: C7, 26 and 8E. RGB value is (199,38,142). Sum of RGB (Red+Green+Blue) = 199+38+142=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7268E is #38D971. Grayscale: #616161. Windows color (decimal): -3725682 or 9316039. OLE color: 9316039.

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

Color convert

RGB 199 38 142 -
CMYK 0 0.81 0.29 0.22
HSL 321.24º 0.68% 0.46% -
HSV(B) 321.24º 0.81% 0.78% -
XYZ 29.13 15.48 27.04 -
YUV 98 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 199 38 142 0 0.81 0.29 0.22 321.24 0.68 0.46
Hex C7 26 8E 0 51 1D 16 141 44 2E
Octal 307 46 216 0 121 35 26 501 104 56
Binary 11000111 100110 10001110 0 1010001 11101 10110 101000001 1000100 101110

Color Harmonies of #C7268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7268E

Black with #C7268E

Text Example


Text Example

White with #C7268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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