Html Css Color HEX #C4276F Medium Red Violet

📋 copy color: '#C4276F'

red 196 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #C4276F

Tints of Medium Red Violet #C4276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 56.65%
G = 11.27%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4276F (or 0xC4276F) is known color: Medium Red Violet. HEX triplet: C4, 27 and 6F. RGB value is (196,39,111). Sum of RGB (Red+Green+Blue) = 196+39+111=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4276F is #3BD890. Grayscale: #5E5E5E. Windows color (decimal): -3922065 or 7284676. OLE color: 7284676.

HSL color Cylindrical-coordinate representation of color #C4276F: hue angle of 332.48º degrees, saturation: 0.67, 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 #C4276F is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 111 -
CMYK 0 0.80 0.43 0.23
HSL 332.48º 0.67% 0.46% -
HSV(B) 332.48º 0.8% 0.77% -
XYZ 26.36 14.33 16.42 -
YUV 94.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 196 39 111 0 0.80 0.43 0.23 332.48 0.67 0.46
Hex C4 27 6F 0 50 2B 17 14C 43 2E
Octal 304 47 157 0 120 53 27 514 103 56
Binary 11000100 100111 1101111 0 1010000 101011 10111 101001100 1000011 101110

Color Harmonies of #C4276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4276F

Black with #C4276F

Text Example


Text Example

White with #C4276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4276F; }

 p { color: rgb(196,39,111); }

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

background-color css

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

 a { background-color: rgb(196,39,111); }

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

border-color css

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

 span { border-color: rgb(196,39,111); }

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