Html Css Color HEX #C40289 Medium Violet Red

📋 copy color: '#C40289'

red 196 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #C40289

Tints of Medium Violet Red #C40289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 58.51%
G = 0.6%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C40289 (or 0xC40289) is known color: Medium Violet Red. HEX triplet: C4, 02 and 89. RGB value is (196,2,137). Sum of RGB (Red+Green+Blue) = 196+2+137=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C40289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40289 is #3BFD76. Grayscale: #4B4B4B. Windows color (decimal): -3931511 or 8979140. OLE color: 8979140.

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

Color convert

RGB 196 2 137 -
CMYK 0 0.99 0.30 0.23
HSL 318.25º 0.98% 0.39% -
HSV(B) 318.25º 0.99% 0.77% -
XYZ 27.3 13.59 24.85 -
YUV 75.4 162.77 214.02 -
System Red Green Blue C M Y K H S L
Decimal 196 2 137 0 0.99 0.30 0.23 318.25 0.98 0.39
Hex C4 2 89 0 63 1E 17 13E 62 27
Octal 304 2 211 0 143 36 27 476 142 47
Binary 11000100 10 10001001 0 1100011 11110 10111 100111110 1100010 100111

Color Harmonies of #C40289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40289

Black with #C40289

Text Example


Text Example

White with #C40289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40289; }

 p { color: rgb(196,2,137); }

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

background-color css

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

 a { background-color: rgb(196,2,137); }

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

border-color css

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

 span { border-color: rgb(196,2,137); }

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