Html Css Color HEX #C7268D Medium Violet Red

📋 copy color: '#C7268D'

red 199 ◦ green 38 ◦ blue 141

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

Shades of Medium Violet Red #C7268D

Tints of Medium Violet Red #C7268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 52.65%
G = 10.05%
B = 37.3%

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

#C7268D (or 0xC7268D) is known color: Medium Violet Red. HEX triplet: C7, 26 and 8D. RGB value is (199,38,141). Sum of RGB (Red+Green+Blue) = 199+38+141=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7268D is #38D972. Grayscale: #616161. Windows color (decimal): -3725683 or 9250503. OLE color: 9250503.

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

Color convert

RGB 199 38 141 -
CMYK 0 0.81 0.29 0.22
HSL 321.61º 0.68% 0.46% -
HSV(B) 321.61º 0.81% 0.78% -
XYZ 29.05 15.45 26.65 -
YUV 97.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 199 38 141 0 0.81 0.29 0.22 321.61 0.68 0.46
Hex C7 26 8D 0 51 1D 16 142 44 2E
Octal 307 46 215 0 121 35 26 502 104 56
Binary 11000111 100110 10001101 0 1010001 11101 10110 101000010 1000100 101110

Color Harmonies of #C7268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7268D

Black with #C7268D

Text Example


Text Example

White with #C7268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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