Html Css Color HEX #C42185 Medium Violet Red

📋 copy color: '#C42185'

red 196 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #C42185

Tints of Medium Violet Red #C42185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

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

R = 54.14%
G = 9.12%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C42185 (or 0xC42185) is known color: Medium Violet Red. HEX triplet: C4, 21 and 85. RGB value is (196,33,133). Sum of RGB (Red+Green+Blue) = 196+33+133=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42185 is #3BDE7A. Grayscale: #5C5C5C. Windows color (decimal): -3923579 or 8724932. OLE color: 8724932.

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

Color convert

RGB 196 33 133 -
CMYK 0 0.83 0.32 0.23
HSL 323.19º 0.71% 0.45% -
HSV(B) 323.19º 0.83% 0.77% -
XYZ 27.54 14.52 23.54 -
YUV 93.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 196 33 133 0 0.83 0.32 0.23 323.19 0.71 0.45
Hex C4 21 85 0 53 20 17 143 47 2D
Octal 304 41 205 0 123 40 27 503 107 55
Binary 11000100 100001 10000101 0 1010011 100000 10111 101000011 1000111 101101

Color Harmonies of #C42185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42185

Black with #C42185

Text Example


Text Example

White with #C42185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42185; }

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

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

background-color css

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

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

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

border-color css

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

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

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