Html Css Color HEX #C4088B Medium Violet Red

📋 copy color: '#C4088B'

red 196 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #C4088B

Tints of Medium Violet Red #C4088B

RGB

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

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

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

R = 57.14%
G = 2.33%
B = 40.52%

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

#C4088B (or 0xC4088B) is known color: Medium Violet Red. HEX triplet: C4, 08 and 8B. RGB value is (196,8,139). Sum of RGB (Red+Green+Blue) = 196+8+139=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4088B is #3BF774. Grayscale: #4E4E4E. Windows color (decimal): -3929973 or 9111748. OLE color: 9111748.

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

Color convert

RGB 196 8 139 -
CMYK 0 0.96 0.29 0.23
HSL 318.19º 0.92% 0.4% -
HSV(B) 318.19º 0.96% 0.77% -
XYZ 27.51 13.77 25.63 -
YUV 79.15 161.78 211.35 -
System Red Green Blue C M Y K H S L
Decimal 196 8 139 0 0.96 0.29 0.23 318.19 0.92 0.4
Hex C4 8 8B 0 60 1D 17 13E 5C 28
Octal 304 10 213 0 140 35 27 476 134 50
Binary 11000100 1000 10001011 0 1100000 11101 10111 100111110 1011100 101000

Color Harmonies of #C4088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4088B

Black with #C4088B

Text Example


Text Example

White with #C4088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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