Html Css Color HEX #C42985 Medium Red Violet

📋 copy color: '#C42985'

red 196 ◦ green 41 ◦ blue 133

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

Shades of Medium Red Violet #C42985

Tints of Medium Red Violet #C42985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

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

R = 52.97%
G = 11.08%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C42985 (or 0xC42985) is known color: Medium Red Violet. HEX triplet: C4, 29 and 85. RGB value is (196,41,133). Sum of RGB (Red+Green+Blue) = 196+41+133=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C42985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42985 is #3BD67A. Grayscale: #616161. Windows color (decimal): -3921531 or 8726980. OLE color: 8726980.

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

Color convert

RGB 196 41 133 -
CMYK 0 0.79 0.32 0.23
HSL 324.39º 0.65% 0.46% -
HSV(B) 324.39º 0.79% 0.77% -
XYZ 27.79 15.02 23.62 -
YUV 97.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 196 41 133 0 0.79 0.32 0.23 324.39 0.65 0.46
Hex C4 29 85 0 4F 20 17 144 41 2E
Octal 304 51 205 0 117 40 27 504 101 56
Binary 11000100 101001 10000101 0 1001111 100000 10111 101000100 1000001 101110

Color Harmonies of #C42985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42985

Black with #C42985

Text Example


Text Example

White with #C42985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42985; }

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

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

background-color css

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

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

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

border-color css

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

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

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