Html Css Color HEX #C7269F Medium Violet Red

📋 copy color: '#C7269F'

red 199 ◦ green 38 ◦ blue 159

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

Shades of Medium Violet Red #C7269F

Tints of Medium Violet Red #C7269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 50.25%
G = 9.6%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7269F (or 0xC7269F) is known color: Medium Violet Red. HEX triplet: C7, 26 and 9F. RGB value is (199,38,159). Sum of RGB (Red+Green+Blue) = 199+38+159=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7269F is #38D960. Grayscale: #636363. Windows color (decimal): -3725665 or 10430151. OLE color: 10430151.

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

Color convert

RGB 199 38 159 -
CMYK 0 0.81 0.20 0.22
HSL 314.91º 0.68% 0.46% -
HSV(B) 314.91º 0.81% 0.78% -
XYZ 30.5 16.03 34.29 -
YUV 99.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 199 38 159 0 0.81 0.20 0.22 314.91 0.68 0.46
Hex C7 26 9F 0 51 14 16 13B 44 2E
Octal 307 46 237 0 121 24 26 473 104 56
Binary 11000111 100110 10011111 0 1010001 10100 10110 100111011 1000100 101110

Color Harmonies of #C7269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7269F

Black with #C7269F

Text Example


Text Example

White with #C7269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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