Html Css Color HEX #C5268B Medium Red Violet

📋 copy color: '#C5268B'

red 197 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #C5268B

Tints of Medium Red Violet #C5268B

RGB

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

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

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

R = 52.67%
G = 10.16%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5268B (or 0xC5268B) is known color: Medium Red Violet. HEX triplet: C5, 26 and 8B. RGB value is (197,38,139). Sum of RGB (Red+Green+Blue) = 197+38+139=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5268B is #3AD974. Grayscale: #606060. Windows color (decimal): -3856757 or 9119429. OLE color: 9119429.

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

Color convert

RGB 197 38 139 -
CMYK 0 0.81 0.29 0.23
HSL 321.89º 0.68% 0.46% -
HSV(B) 321.89º 0.81% 0.77% -
XYZ 28.38 15.12 25.85 -
YUV 97.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 197 38 139 0 0.81 0.29 0.23 321.89 0.68 0.46
Hex C5 26 8B 0 51 1D 17 142 44 2E
Octal 305 46 213 0 121 35 27 502 104 56
Binary 11000101 100110 10001011 0 1010001 11101 10111 101000010 1000100 101110

Color Harmonies of #C5268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5268B

Black with #C5268B

Text Example


Text Example

White with #C5268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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