Html Css Color HEX #C4238B Medium Violet Red

📋 copy color: '#C4238B'

red 196 ◦ green 35 ◦ blue 139

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

Shades of Medium Violet Red #C4238B

Tints of Medium Violet Red #C4238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 52.97%
G = 9.46%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4238B (or 0xC4238B) is known color: Medium Violet Red. HEX triplet: C4, 23 and 8B. RGB value is (196,35,139). Sum of RGB (Red+Green+Blue) = 196+35+139=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4238B is #3BDC74. Grayscale: #5E5E5E. Windows color (decimal): -3923061 or 9118660. OLE color: 9118660.

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

Color convert

RGB 196 35 139 -
CMYK 0 0.82 0.29 0.23
HSL 321.24º 0.7% 0.45% -
HSV(B) 321.24º 0.82% 0.77% -
XYZ 28.03 14.8 25.81 -
YUV 95 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 196 35 139 0 0.82 0.29 0.23 321.24 0.7 0.45
Hex C4 23 8B 0 52 1D 17 141 46 2D
Octal 304 43 213 0 122 35 27 501 106 55
Binary 11000100 100011 10001011 0 1010010 11101 10111 101000001 1000110 101101

Color Harmonies of #C4238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4238B

Black with #C4238B

Text Example


Text Example

White with #C4238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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