Html Css Color HEX #C4258D Medium Violet Red

📋 copy color: '#C4258D'

red 196 ◦ green 37 ◦ blue 141

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

Shades of Medium Violet Red #C4258D

Tints of Medium Violet Red #C4258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 52.41%
G = 9.89%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4258D (or 0xC4258D) is known color: Medium Violet Red. HEX triplet: C4, 25 and 8D. RGB value is (196,37,141). Sum of RGB (Red+Green+Blue) = 196+37+141=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4258D is #3BDA72. Grayscale: #606060. Windows color (decimal): -3922547 or 9250244. OLE color: 9250244.

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

Color convert

RGB 196 37 141 -
CMYK 0 0.81 0.28 0.23
HSL 320.75º 0.68% 0.46% -
HSV(B) 320.75º 0.81% 0.77% -
XYZ 28.23 14.98 26.6 -
YUV 96.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 196 37 141 0 0.81 0.28 0.23 320.75 0.68 0.46
Hex C4 25 8D 0 51 1C 17 141 44 2E
Octal 304 45 215 0 121 34 27 501 104 56
Binary 11000100 100101 10001101 0 1010001 11100 10111 101000001 1000100 101110

Color Harmonies of #C4258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4258D

Black with #C4258D

Text Example


Text Example

White with #C4258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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