Html Css Color HEX #C43285 Medium Red Violet

📋 copy color: '#C43285'

red 196 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #C43285

Tints of Medium Red Violet #C43285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 51.72%
G = 13.19%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C43285 (or 0xC43285) is known color: Medium Red Violet. HEX triplet: C4, 32 and 85. RGB value is (196,50,133). Sum of RGB (Red+Green+Blue) = 196+50+133=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C43285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43285 is #3BCD7A. Grayscale: #666666. Windows color (decimal): -3919227 or 8729284. OLE color: 8729284.

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

Color convert

RGB 196 50 133 -
CMYK 0 0.74 0.32 0.23
HSL 325.89º 0.59% 0.48% -
HSV(B) 325.89º 0.74% 0.77% -
XYZ 28.14 15.71 23.74 -
YUV 103.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 196 50 133 0 0.74 0.32 0.23 325.89 0.59 0.48
Hex C4 32 85 0 4A 20 17 146 3B 30
Octal 304 62 205 0 112 40 27 506 73 60
Binary 11000100 110010 10000101 0 1001010 100000 10111 101000110 111011 110000

Color Harmonies of #C43285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43285

Black with #C43285

Text Example


Text Example

White with #C43285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43285; }

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

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

background-color css

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

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

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

border-color css

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

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

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