Html Css Color HEX #C4238D Medium Violet Red

📋 copy color: '#C4238D'

red 196 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #C4238D

Tints of Medium Violet Red #C4238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.41%

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

R = 52.69%
G = 9.41%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4238D (or 0xC4238D) is known color: Medium Violet Red. HEX triplet: C4, 23 and 8D. RGB value is (196,35,141). Sum of RGB (Red+Green+Blue) = 196+35+141=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4238D is #3BDC72. Grayscale: #5E5E5E. Windows color (decimal): -3923059 or 9249732. OLE color: 9249732.

HSL color Cylindrical-coordinate representation of color #C4238D: hue angle of 320.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4238D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 141 -
CMYK 0 0.82 0.28 0.23
HSL 320.5º 0.7% 0.45% -
HSV(B) 320.5º 0.82% 0.77% -
XYZ 28.17 14.86 26.58 -
YUV 95.22 153.84 199.88 -
System Red Green Blue C M Y K H S L
Decimal 196 35 141 0 0.82 0.28 0.23 320.5 0.7 0.45
Hex C4 23 8D 0 52 1C 17 140 46 2D
Octal 304 43 215 0 122 34 27 500 106 55
Binary 11000100 100011 10001101 0 1010010 11100 10111 101000000 1000110 101101

Color Harmonies of #C4238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4238D

Black with #C4238D

Text Example


Text Example

White with #C4238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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