Html Css Color HEX #C41285 Medium Violet Red

📋 copy color: '#C41285'

red 196 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #C41285

Tints of Medium Violet Red #C41285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

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

R = 56.48%
G = 5.19%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C41285 (or 0xC41285) is known color: Medium Violet Red. HEX triplet: C4, 12 and 85. RGB value is (196,18,133). Sum of RGB (Red+Green+Blue) = 196+18+133=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C41285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41285 is #3BED7A. Grayscale: #545454. Windows color (decimal): -3927419 or 8721092. OLE color: 8721092.

HSL color Cylindrical-coordinate representation of color #C41285: hue angle of 321.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41285 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 133 -
CMYK 0 0.91 0.32 0.23
HSL 321.24º 0.83% 0.42% -
HSV(B) 321.24º 0.91% 0.77% -
XYZ 27.21 13.86 23.43 -
YUV 84.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 196 18 133 0 0.91 0.32 0.23 321.24 0.83 0.42
Hex C4 12 85 0 5B 20 17 141 53 2A
Octal 304 22 205 0 133 40 27 501 123 52
Binary 11000100 10010 10000101 0 1011011 100000 10111 101000001 1010011 101010

Color Harmonies of #C41285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41285

Black with #C41285

Text Example


Text Example

White with #C41285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41285; }

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

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

background-color css

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

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

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

border-color css

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

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

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