Html Css Color HEX #C5268F Medium Red Violet

📋 copy color: '#C5268F'

red 197 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #C5268F

Tints of Medium Red Violet #C5268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 52.12%
G = 10.05%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5268F (or 0xC5268F) is known color: Medium Red Violet. HEX triplet: C5, 26 and 8F. RGB value is (197,38,143). Sum of RGB (Red+Green+Blue) = 197+38+143=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5268F is #3AD970. Grayscale: #616161. Windows color (decimal): -3856753 or 9381573. OLE color: 9381573.

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

Color convert

RGB 197 38 143 -
CMYK 0 0.81 0.27 0.23
HSL 320.38º 0.68% 0.46% -
HSV(B) 320.38º 0.81% 0.77% -
XYZ 28.68 15.24 27.42 -
YUV 97.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 197 38 143 0 0.81 0.27 0.23 320.38 0.68 0.46
Hex C5 26 8F 0 51 1B 17 140 44 2E
Octal 305 46 217 0 121 33 27 500 104 56
Binary 11000101 100110 10001111 0 1010001 11011 10111 101000000 1000100 101110

Color Harmonies of #C5268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5268F

Black with #C5268F

Text Example


Text Example

White with #C5268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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