Html Css Color HEX #C5269C Medium Violet Red

📋 copy color: '#C5269C'

red 197 ◦ green 38 ◦ blue 156

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

Shades of Medium Violet Red #C5269C

Tints of Medium Violet Red #C5269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 50.38%
G = 9.72%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5269C (or 0xC5269C) is known color: Medium Violet Red. HEX triplet: C5, 26 and 9C. RGB value is (197,38,156). Sum of RGB (Red+Green+Blue) = 197+38+156=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5269C is #3AD963. Grayscale: #626262. Windows color (decimal): -3856740 or 10233541. OLE color: 10233541.

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

Color convert

RGB 197 38 156 -
CMYK 0 0.81 0.21 0.23
HSL 315.47º 0.68% 0.46% -
HSV(B) 315.47º 0.81% 0.77% -
XYZ 29.72 15.66 32.91 -
YUV 98.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 197 38 156 0 0.81 0.21 0.23 315.47 0.68 0.46
Hex C5 26 9C 0 51 15 17 13B 44 2E
Octal 305 46 234 0 121 25 27 473 104 56
Binary 11000101 100110 10011100 0 1010001 10101 10111 100111011 1000100 101110

Color Harmonies of #C5269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5269C

Black with #C5269C

Text Example


Text Example

White with #C5269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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