Html Css Color HEX #C40282 Medium Violet Red

📋 copy color: '#C40282'

red 196 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #C40282

Tints of Medium Violet Red #C40282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 59.76%
G = 0.61%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C40282 (or 0xC40282) is known color: Medium Violet Red. HEX triplet: C4, 02 and 82. RGB value is (196,2,130). Sum of RGB (Red+Green+Blue) = 196+2+130=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C40282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40282 is #3BFD7D. Grayscale: #4A4A4A. Windows color (decimal): -3931518 or 8520388. OLE color: 8520388.

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

Color convert

RGB 196 2 130 -
CMYK 0 0.99 0.34 0.23
HSL 320.41º 0.98% 0.39% -
HSV(B) 320.41º 0.99% 0.77% -
XYZ 26.82 13.39 22.29 -
YUV 74.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 196 2 130 0 0.99 0.34 0.23 320.41 0.98 0.39
Hex C4 2 82 0 63 22 17 140 62 27
Octal 304 2 202 0 143 42 27 500 142 47
Binary 11000100 10 10000010 0 1100011 100010 10111 101000000 1100010 100111

Color Harmonies of #C40282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40282

Black with #C40282

Text Example


Text Example

White with #C40282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40282; }

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

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

background-color css

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

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

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

border-color css

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

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

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