Html Css Color HEX #C41885 Medium Violet Red

📋 copy color: '#C41885'

red 196 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #C41885

Tints of Medium Violet Red #C41885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 55.52%
G = 6.8%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C41885 (or 0xC41885) is known color: Medium Violet Red. HEX triplet: C4, 18 and 85. RGB value is (196,24,133). Sum of RGB (Red+Green+Blue) = 196+24+133=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C41885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41885 is #3BE77A. Grayscale: #575757. Windows color (decimal): -3925883 or 8722628. OLE color: 8722628.

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

Color convert

RGB 196 24 133 -
CMYK 0 0.88 0.32 0.23
HSL 321.98º 0.78% 0.43% -
HSV(B) 321.98º 0.88% 0.77% -
XYZ 27.33 14.08 23.47 -
YUV 87.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 196 24 133 0 0.88 0.32 0.23 321.98 0.78 0.43
Hex C4 18 85 0 58 20 17 142 4E 2B
Octal 304 30 205 0 130 40 27 502 116 53
Binary 11000100 11000 10000101 0 1011000 100000 10111 101000010 1001110 101011

Color Harmonies of #C41885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41885

Black with #C41885

Text Example


Text Example

White with #C41885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41885; }

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

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

background-color css

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

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

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

border-color css

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

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

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