Html Css Color HEX #C5269D Medium Violet Red

📋 copy color: '#C5269D'

red 197 ◦ green 38 ◦ blue 157

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

Shades of Medium Violet Red #C5269D

Tints of Medium Violet Red #C5269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 50.26%
G = 9.69%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5269D (or 0xC5269D) is known color: Medium Violet Red. HEX triplet: C5, 26 and 9D. RGB value is (197,38,157). Sum of RGB (Red+Green+Blue) = 197+38+157=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5269D is #3AD962. Grayscale: #626262. Windows color (decimal): -3856739 or 10299077. OLE color: 10299077.

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

Color convert

RGB 197 38 157 -
CMYK 0 0.81 0.20 0.23
HSL 315.09º 0.68% 0.46% -
HSV(B) 315.09º 0.81% 0.77% -
XYZ 29.8 15.69 33.36 -
YUV 99.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 197 38 157 0 0.81 0.20 0.23 315.09 0.68 0.46
Hex C5 26 9D 0 51 14 17 13B 44 2E
Octal 305 46 235 0 121 24 27 473 104 56
Binary 11000101 100110 10011101 0 1010001 10100 10111 100111011 1000100 101110

Color Harmonies of #C5269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5269D

Black with #C5269D

Text Example


Text Example

White with #C5269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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