Html Css Color HEX #C4258F Medium Violet Red

📋 copy color: '#C4258F'

red 196 ◦ green 37 ◦ blue 143

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

Shades of Medium Violet Red #C4258F

Tints of Medium Violet Red #C4258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 52.13%
G = 9.84%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4258F (or 0xC4258F) is known color: Medium Violet Red. HEX triplet: C4, 25 and 8F. RGB value is (196,37,143). Sum of RGB (Red+Green+Blue) = 196+37+143=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4258F is #3BDA70. Grayscale: #606060. Windows color (decimal): -3922545 or 9381316. OLE color: 9381316.

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

Color convert

RGB 196 37 143 -
CMYK 0 0.81 0.27 0.23
HSL 320º 0.68% 0.46% -
HSV(B) 320º 0.81% 0.77% -
XYZ 28.38 15.04 27.39 -
YUV 96.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 196 37 143 0 0.81 0.27 0.23 320 0.68 0.46
Hex C4 25 8F 0 51 1B 17 140 44 2E
Octal 304 45 217 0 121 33 27 500 104 56
Binary 11000100 100101 10001111 0 1010001 11011 10111 101000000 1000100 101110

Color Harmonies of #C4258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4258F

Black with #C4258F

Text Example


Text Example

White with #C4258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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