Html Css Color HEX #C43281 Medium Red Violet

📋 copy color: '#C43281'

red 196 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #C43281

Tints of Medium Red Violet #C43281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 52.27%
G = 13.33%
B = 34.4%

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

#C43281 (or 0xC43281) is known color: Medium Red Violet. HEX triplet: C4, 32 and 81. RGB value is (196,50,129). Sum of RGB (Red+Green+Blue) = 196+50+129=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C43281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43281 is #3BCD7E. Grayscale: #666666. Windows color (decimal): -3919231 or 8467140. OLE color: 8467140.

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

Color convert

RGB 196 50 129 -
CMYK 0 0.74 0.34 0.23
HSL 327.53º 0.59% 0.48% -
HSV(B) 327.53º 0.74% 0.77% -
XYZ 27.87 15.6 22.31 -
YUV 102.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 196 50 129 0 0.74 0.34 0.23 327.53 0.59 0.48
Hex C4 32 81 0 4A 22 17 148 3B 30
Octal 304 62 201 0 112 42 27 510 73 60
Binary 11000100 110010 10000001 0 1001010 100010 10111 101001000 111011 110000

Color Harmonies of #C43281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43281

Black with #C43281

Text Example


Text Example

White with #C43281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43281; }

 p { color: rgb(196,50,129); }

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

background-color css

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

 a { background-color: rgb(196,50,129); }

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

border-color css

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

 span { border-color: rgb(196,50,129); }

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