Html Css Color HEX #C4088C Medium Violet Red

📋 copy color: '#C4088C'

red 196 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #C4088C

Tints of Medium Violet Red #C4088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 56.98%
G = 2.33%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4088C (or 0xC4088C) is known color: Medium Violet Red. HEX triplet: C4, 08 and 8C. RGB value is (196,8,140). Sum of RGB (Red+Green+Blue) = 196+8+140=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4088C is #3BF773. Grayscale: #4E4E4E. Windows color (decimal): -3929972 or 9177284. OLE color: 9177284.

HSL color Cylindrical-coordinate representation of color #C4088C: hue angle of 317.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4088C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 140 -
CMYK 0 0.96 0.29 0.23
HSL 317.87º 0.92% 0.4% -
HSV(B) 317.87º 0.96% 0.77% -
XYZ 27.59 13.8 26.02 -
YUV 79.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 196 8 140 0 0.96 0.29 0.23 317.87 0.92 0.4
Hex C4 8 8C 0 60 1D 17 13E 5C 28
Octal 304 10 214 0 140 35 27 476 134 50
Binary 11000100 1000 10001100 0 1100000 11101 10111 100111110 1011100 101000

Color Harmonies of #C4088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4088C

Black with #C4088C

Text Example


Text Example

White with #C4088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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