Html Css Color HEX #C43082 Medium Red Violet

📋 copy color: '#C43082'

red 196 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #C43082

Tints of Medium Red Violet #C43082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

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

R = 52.41%
G = 12.83%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C43082 (or 0xC43082) is known color: Medium Red Violet. HEX triplet: C4, 30 and 82. RGB value is (196,48,130). Sum of RGB (Red+Green+Blue) = 196+48+130=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C43082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43082 is #3BCF7D. Grayscale: #656565. Windows color (decimal): -3919742 or 8532164. OLE color: 8532164.

HSL color Cylindrical-coordinate representation of color #C43082: hue angle of 326.76º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43082 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 130 -
CMYK 0 0.76 0.34 0.23
HSL 326.76º 0.61% 0.48% -
HSV(B) 326.76º 0.76% 0.77% -
XYZ 27.85 15.46 22.64 -
YUV 101.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 196 48 130 0 0.76 0.34 0.23 326.76 0.61 0.48
Hex C4 30 82 0 4C 22 17 147 3D 30
Octal 304 60 202 0 114 42 27 507 75 60
Binary 11000100 110000 10000010 0 1001100 100010 10111 101000111 111101 110000

Color Harmonies of #C43082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43082

Black with #C43082

Text Example


Text Example

White with #C43082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43082; }

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

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

background-color css

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

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

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

border-color css

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

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

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