Html Css Color HEX #C42083 Medium Violet Red

📋 copy color: '#C42083'

red 196 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #C42083

Tints of Medium Violet Red #C42083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

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

R = 54.6%
G = 8.91%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C42083 (or 0xC42083) is known color: Medium Violet Red. HEX triplet: C4, 20 and 83. RGB value is (196,32,131). Sum of RGB (Red+Green+Blue) = 196+32+131=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C42083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42083 is #3BDF7C. Grayscale: #5C5C5C. Windows color (decimal): -3923837 or 8593604. OLE color: 8593604.

HSL color Cylindrical-coordinate representation of color #C42083: hue angle of 323.78º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42083 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 131 -
CMYK 0 0.84 0.33 0.23
HSL 323.78º 0.72% 0.45% -
HSV(B) 323.78º 0.84% 0.77% -
XYZ 27.38 14.41 22.81 -
YUV 92.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 196 32 131 0 0.84 0.33 0.23 323.78 0.72 0.45
Hex C4 20 83 0 54 21 17 144 48 2D
Octal 304 40 203 0 124 41 27 504 110 55
Binary 11000100 100000 10000011 0 1010100 100001 10111 101000100 1001000 101101

Color Harmonies of #C42083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42083

Black with #C42083

Text Example


Text Example

White with #C42083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42083; }

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

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

background-color css

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

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

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

border-color css

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

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

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