Html Css Color HEX #C4098A Medium Violet Red

📋 copy color: '#C4098A'

red 196 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #C4098A

Tints of Medium Violet Red #C4098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 57.14%
G = 2.62%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4098A (or 0xC4098A) is known color: Medium Violet Red. HEX triplet: C4, 09 and 8A. RGB value is (196,9,138). Sum of RGB (Red+Green+Blue) = 196+9+138=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4098A is #3BF675. Grayscale: #4F4F4F. Windows color (decimal): -3929718 or 9046468. OLE color: 9046468.

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

Color convert

RGB 196 9 138 -
CMYK 0 0.95 0.30 0.23
HSL 318.61º 0.91% 0.4% -
HSV(B) 318.61º 0.95% 0.77% -
XYZ 27.45 13.77 25.26 -
YUV 79.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 196 9 138 0 0.95 0.30 0.23 318.61 0.91 0.4
Hex C4 9 8A 0 5F 1E 17 13F 5B 28
Octal 304 11 212 0 137 36 27 477 133 50
Binary 11000100 1001 10001010 0 1011111 11110 10111 100111111 1011011 101000

Color Harmonies of #C4098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4098A

Black with #C4098A

Text Example


Text Example

White with #C4098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4098A; }

 p { color: rgb(196,9,138); }

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

background-color css

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

 a { background-color: rgb(196,9,138); }

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

border-color css

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

 span { border-color: rgb(196,9,138); }

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