Html Css Color HEX #C52689 Medium Red Violet

📋 copy color: '#C52689'

red 197 ◦ green 38 ◦ blue 137

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

Shades of Medium Red Violet #C52689

Tints of Medium Red Violet #C52689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 52.96%
G = 10.22%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C52689 (or 0xC52689) is known color: Medium Red Violet. HEX triplet: C5, 26 and 89. RGB value is (197,38,137). Sum of RGB (Red+Green+Blue) = 197+38+137=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C52689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52689 is #3AD976. Grayscale: #606060. Windows color (decimal): -3856759 or 8988357. OLE color: 8988357.

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

Color convert

RGB 197 38 137 -
CMYK 0 0.81 0.30 0.23
HSL 322.64º 0.68% 0.46% -
HSV(B) 322.64º 0.81% 0.77% -
XYZ 28.23 15.06 25.09 -
YUV 96.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 197 38 137 0 0.81 0.30 0.23 322.64 0.68 0.46
Hex C5 26 89 0 51 1E 17 143 44 2E
Octal 305 46 211 0 121 36 27 503 104 56
Binary 11000101 100110 10001001 0 1010001 11110 10111 101000011 1000100 101110

Color Harmonies of #C52689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52689

Black with #C52689

Text Example


Text Example

White with #C52689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52689; }

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

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

background-color css

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

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

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

border-color css

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

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

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