Html Css Color HEX #C4288F Medium Red Violet

📋 copy color: '#C4288F'

red 196 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #C4288F

Tints of Medium Red Violet #C4288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.55%

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

R = 51.72%
G = 10.55%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4288F (or 0xC4288F) is known color: Medium Red Violet. HEX triplet: C4, 28 and 8F. RGB value is (196,40,143). Sum of RGB (Red+Green+Blue) = 196+40+143=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4288F is #3BD770. Grayscale: #626262. Windows color (decimal): -3921777 or 9382084. OLE color: 9382084.

HSL color Cylindrical-coordinate representation of color #C4288F: hue angle of 320.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4288F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 143 -
CMYK 0 0.80 0.27 0.23
HSL 320.38º 0.66% 0.46% -
HSV(B) 320.38º 0.8% 0.77% -
XYZ 28.48 15.24 27.43 -
YUV 98.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 196 40 143 0 0.80 0.27 0.23 320.38 0.66 0.46
Hex C4 28 8F 0 50 1B 17 140 42 2E
Octal 304 50 217 0 120 33 27 500 102 56
Binary 11000100 101000 10001111 0 1010000 11011 10111 101000000 1000010 101110

Color Harmonies of #C4288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4288F

Black with #C4288F

Text Example


Text Example

White with #C4288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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