Html Css Color HEX #C4258C Medium Violet Red

📋 copy color: '#C4258C'

red 196 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #C4258C

Tints of Medium Violet Red #C4258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 52.55%
G = 9.92%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4258C (or 0xC4258C) is known color: Medium Violet Red. HEX triplet: C4, 25 and 8C. RGB value is (196,37,140). Sum of RGB (Red+Green+Blue) = 196+37+140=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4258C is #3BDA73. Grayscale: #606060. Windows color (decimal): -3922548 or 9184708. OLE color: 9184708.

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

Color convert

RGB 196 37 140 -
CMYK 0 0.81 0.29 0.23
HSL 321.13º 0.68% 0.46% -
HSV(B) 321.13º 0.81% 0.77% -
XYZ 28.16 14.95 26.21 -
YUV 96.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 196 37 140 0 0.81 0.29 0.23 321.13 0.68 0.46
Hex C4 25 8C 0 51 1D 17 141 44 2E
Octal 304 45 214 0 121 35 27 501 104 56
Binary 11000100 100101 10001100 0 1010001 11101 10111 101000001 1000100 101110

Color Harmonies of #C4258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4258C

Black with #C4258C

Text Example


Text Example

White with #C4258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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