Html Css Color HEX #C43385 Medium Red Violet

📋 copy color: '#C43385'

red 196 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #C43385

Tints of Medium Red Violet #C43385

RGB

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

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

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

R = 51.58%
G = 13.42%
B = 35%

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

#C43385 (or 0xC43385) is known color: Medium Red Violet. HEX triplet: C4, 33 and 85. RGB value is (196,51,133). Sum of RGB (Red+Green+Blue) = 196+51+133=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C43385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43385 is #3BCC7A. Grayscale: #676767. Windows color (decimal): -3918971 or 8729540. OLE color: 8729540.

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

Color convert

RGB 196 51 133 -
CMYK 0 0.74 0.32 0.23
HSL 326.07º 0.59% 0.48% -
HSV(B) 326.07º 0.74% 0.77% -
XYZ 28.18 15.8 23.75 -
YUV 103.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 196 51 133 0 0.74 0.32 0.23 326.07 0.59 0.48
Hex C4 33 85 0 4A 20 17 146 3B 30
Octal 304 63 205 0 112 40 27 506 73 60
Binary 11000100 110011 10000101 0 1001010 100000 10111 101000110 111011 110000

Color Harmonies of #C43385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43385

Black with #C43385

Text Example


Text Example

White with #C43385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43385; }

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

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

background-color css

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

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

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

border-color css

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

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

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