Html Css Color HEX #C5269F Medium Violet Red

📋 copy color: '#C5269F'

red 197 ◦ green 38 ◦ blue 159

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

Shades of Medium Violet Red #C5269F

Tints of Medium Violet Red #C5269F

RGB

 RED value IS 197 (77.34% from 255) = 50%

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

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

R = 50%
G = 9.64%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5269F (or 0xC5269F) is known color: Medium Violet Red. HEX triplet: C5, 26 and 9F. RGB value is (197,38,159). Sum of RGB (Red+Green+Blue) = 197+38+159=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5269F is #3AD960. Grayscale: #636363. Windows color (decimal): -3856737 or 10430149. OLE color: 10430149.

HSL color Cylindrical-coordinate representation of color #C5269F: hue angle of 314.34º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5269F is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 159 -
CMYK 0 0.81 0.19 0.23
HSL 314.34º 0.68% 0.46% -
HSV(B) 314.34º 0.81% 0.77% -
XYZ 29.98 15.76 34.26 -
YUV 99.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 197 38 159 0 0.81 0.19 0.23 314.34 0.68 0.46
Hex C5 26 9F 0 51 13 17 13A 44 2E
Octal 305 46 237 0 121 23 27 472 104 56
Binary 11000101 100110 10011111 0 1010001 10011 10111 100111010 1000100 101110

Color Harmonies of #C5269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5269F

Black with #C5269F

Text Example


Text Example

White with #C5269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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