Html Css Color HEX #C42085 Medium Violet Red

📋 copy color: '#C42085'

red 196 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #C42085

Tints of Medium Violet Red #C42085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

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

R = 54.29%
G = 8.86%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C42085 (or 0xC42085) is known color: Medium Violet Red. HEX triplet: C4, 20 and 85. RGB value is (196,32,133). Sum of RGB (Red+Green+Blue) = 196+32+133=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42085 is #3BDF7A. Grayscale: #5C5C5C. Windows color (decimal): -3923835 or 8724676. OLE color: 8724676.

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

Color convert

RGB 196 32 133 -
CMYK 0 0.84 0.32 0.23
HSL 323.05º 0.72% 0.45% -
HSV(B) 323.05º 0.84% 0.77% -
XYZ 27.52 14.46 23.53 -
YUV 92.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 196 32 133 0 0.84 0.32 0.23 323.05 0.72 0.45
Hex C4 20 85 0 54 20 17 143 48 2D
Octal 304 40 205 0 124 40 27 503 110 55
Binary 11000100 100000 10000101 0 1010100 100000 10111 101000011 1001000 101101

Color Harmonies of #C42085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42085

Black with #C42085

Text Example


Text Example

White with #C42085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42085; }

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

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

background-color css

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

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

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

border-color css

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

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

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