Html Css Color HEX #C43382 Medium Red Violet

📋 copy color: '#C43382'

red 196 ◦ green 51 ◦ blue 130

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

Shades of Medium Red Violet #C43382

Tints of Medium Red Violet #C43382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

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

R = 51.99%
G = 13.53%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C43382 (or 0xC43382) is known color: Medium Red Violet. HEX triplet: C4, 33 and 82. RGB value is (196,51,130). Sum of RGB (Red+Green+Blue) = 196+51+130=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C43382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43382 is #3BCC7D. Grayscale: #676767. Windows color (decimal): -3918974 or 8532932. OLE color: 8532932.

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

Color convert

RGB 196 51 130 -
CMYK 0 0.74 0.34 0.23
HSL 327.31º 0.59% 0.48% -
HSV(B) 327.31º 0.74% 0.77% -
XYZ 27.98 15.72 22.68 -
YUV 103.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 196 51 130 0 0.74 0.34 0.23 327.31 0.59 0.48
Hex C4 33 82 0 4A 22 17 147 3B 30
Octal 304 63 202 0 112 42 27 507 73 60
Binary 11000100 110011 10000010 0 1001010 100010 10111 101000111 111011 110000

Color Harmonies of #C43382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43382

Black with #C43382

Text Example


Text Example

White with #C43382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43382; }

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

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

background-color css

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

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

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

border-color css

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

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

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