Html Css Color HEX #C7268B Medium Violet Red

📋 copy color: '#C7268B'

red 199 ◦ green 38 ◦ blue 139

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

Shades of Medium Violet Red #C7268B

Tints of Medium Violet Red #C7268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 52.93%
G = 10.11%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7268B (or 0xC7268B) is known color: Medium Violet Red. HEX triplet: C7, 26 and 8B. RGB value is (199,38,139). Sum of RGB (Red+Green+Blue) = 199+38+139=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7268B is #38D974. Grayscale: #616161. Windows color (decimal): -3725685 or 9119431. OLE color: 9119431.

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

Color convert

RGB 199 38 139 -
CMYK 0 0.81 0.30 0.22
HSL 322.36º 0.68% 0.46% -
HSV(B) 322.36º 0.81% 0.78% -
XYZ 28.91 15.39 25.87 -
YUV 97.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 199 38 139 0 0.81 0.30 0.22 322.36 0.68 0.46
Hex C7 26 8B 0 51 1E 16 142 44 2E
Octal 307 46 213 0 121 36 26 502 104 56
Binary 11000111 100110 10001011 0 1010001 11110 10110 101000010 1000100 101110

Color Harmonies of #C7268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7268B

Black with #C7268B

Text Example


Text Example

White with #C7268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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