Html Css Color HEX #C40283 Medium Violet Red

📋 copy color: '#C40283'

red 196 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #C40283

Tints of Medium Violet Red #C40283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 59.57%
G = 0.61%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C40283 (or 0xC40283) is known color: Medium Violet Red. HEX triplet: C4, 02 and 83. RGB value is (196,2,131). Sum of RGB (Red+Green+Blue) = 196+2+131=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40283 is #3BFD7C. Grayscale: #4A4A4A. Windows color (decimal): -3931517 or 8585924. OLE color: 8585924.

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

Color convert

RGB 196 2 131 -
CMYK 0 0.99 0.33 0.23
HSL 320.1º 0.98% 0.39% -
HSV(B) 320.1º 0.99% 0.77% -
XYZ 26.88 13.42 22.65 -
YUV 74.71 159.77 214.51 -
System Red Green Blue C M Y K H S L
Decimal 196 2 131 0 0.99 0.33 0.23 320.1 0.98 0.39
Hex C4 2 83 0 63 21 17 140 62 27
Octal 304 2 203 0 143 41 27 500 142 47
Binary 11000100 10 10000011 0 1100011 100001 10111 101000000 1100010 100111

Color Harmonies of #C40283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40283

Black with #C40283

Text Example


Text Example

White with #C40283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40283; }

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

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

background-color css

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

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

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

border-color css

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

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

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