Html Css Color HEX #C43182 Medium Red Violet

📋 copy color: '#C43182'

red 196 ◦ green 49 ◦ blue 130

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

Shades of Medium Red Violet #C43182

Tints of Medium Red Violet #C43182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 52.27%
G = 13.07%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C43182 (or 0xC43182) is known color: Medium Red Violet. HEX triplet: C4, 31 and 82. RGB value is (196,49,130). Sum of RGB (Red+Green+Blue) = 196+49+130=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C43182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43182 is #3BCE7D. Grayscale: #666666. Windows color (decimal): -3919486 or 8532420. OLE color: 8532420.

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

Color convert

RGB 196 49 130 -
CMYK 0 0.75 0.34 0.23
HSL 326.94º 0.6% 0.48% -
HSV(B) 326.94º 0.75% 0.77% -
XYZ 27.89 15.54 22.65 -
YUV 102.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 196 49 130 0 0.75 0.34 0.23 326.94 0.6 0.48
Hex C4 31 82 0 4B 22 17 147 3C 30
Octal 304 61 202 0 113 42 27 507 74 60
Binary 11000100 110001 10000010 0 1001011 100010 10111 101000111 111100 110000

Color Harmonies of #C43182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43182

Black with #C43182

Text Example


Text Example

White with #C43182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43182; }

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

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

background-color css

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

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

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

border-color css

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

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

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