Html Css Color HEX #C7267E Medium Red Violet

📋 copy color: '#C7267E'

red 199 ◦ green 38 ◦ blue 126

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

Shades of Medium Red Violet #C7267E

Tints of Medium Red Violet #C7267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 54.82%
G = 10.47%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7267E (or 0xC7267E) is known color: Medium Red Violet. HEX triplet: C7, 26 and 7E. RGB value is (199,38,126). Sum of RGB (Red+Green+Blue) = 199+38+126=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7267E is #38D981. Grayscale: #5F5F5F. Windows color (decimal): -3725698 or 8267463. OLE color: 8267463.

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

Color convert

RGB 199 38 126 -
CMYK 0 0.81 0.37 0.22
HSL 327.21º 0.68% 0.46% -
HSV(B) 327.21º 0.81% 0.78% -
XYZ 28.01 15.03 21.16 -
YUV 96.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 199 38 126 0 0.81 0.37 0.22 327.21 0.68 0.46
Hex C7 26 7E 0 51 25 16 147 44 2E
Octal 307 46 176 0 121 45 26 507 104 56
Binary 11000111 100110 1111110 0 1010001 100101 10110 101000111 1000100 101110

Color Harmonies of #C7267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7267E

Black with #C7267E

Text Example


Text Example

White with #C7267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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