Html Css Color HEX #C4257D Medium Red Violet

📋 copy color: '#C4257D'

red 196 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #C4257D

Tints of Medium Red Violet #C4257D

RGB

 RED value IS 196 (76.95% from 255) = 54.75%

 GREEN value IS 37 (14.84% from 255) = 10.34%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 54.75%
G = 10.34%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4257D (or 0xC4257D) is known color: Medium Red Violet. HEX triplet: C4, 25 and 7D. RGB value is (196,37,125). Sum of RGB (Red+Green+Blue) = 196+37+125=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4257D is #3BDA82. Grayscale: #5E5E5E. Windows color (decimal): -3922563 or 8201668. OLE color: 8201668.

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

Color convert

RGB 196 37 125 -
CMYK 0 0.81 0.36 0.23
HSL 326.79º 0.68% 0.46% -
HSV(B) 326.79º 0.81% 0.77% -
XYZ 27.13 14.54 20.78 -
YUV 94.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 196 37 125 0 0.81 0.36 0.23 326.79 0.68 0.46
Hex C4 25 7D 0 51 24 17 147 44 2E
Octal 304 45 175 0 121 44 27 507 104 56
Binary 11000100 100101 1111101 0 1010001 100100 10111 101000111 1000100 101110

Color Harmonies of #C4257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4257D

Black with #C4257D

Text Example


Text Example

White with #C4257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4257D; }

 p { color: rgb(196,37,125); }

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

background-color css

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

 a { background-color: rgb(196,37,125); }

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

border-color css

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

 span { border-color: rgb(196,37,125); }

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