Html Css Color HEX #C42485 Medium Violet Red

📋 copy color: '#C42485'

red 196 ◦ green 36 ◦ blue 133

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

Shades of Medium Violet Red #C42485

Tints of Medium Violet Red #C42485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 53.7%
G = 9.86%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C42485 (or 0xC42485) is known color: Medium Violet Red. HEX triplet: C4, 24 and 85. RGB value is (196,36,133). Sum of RGB (Red+Green+Blue) = 196+36+133=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C42485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42485 is #3BDB7A. Grayscale: #5E5E5E. Windows color (decimal): -3922811 or 8725700. OLE color: 8725700.

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

Color convert

RGB 196 36 133 -
CMYK 0 0.82 0.32 0.23
HSL 323.63º 0.69% 0.45% -
HSV(B) 323.63º 0.82% 0.77% -
XYZ 27.63 14.69 23.57 -
YUV 94.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 196 36 133 0 0.82 0.32 0.23 323.63 0.69 0.45
Hex C4 24 85 0 52 20 17 144 45 2D
Octal 304 44 205 0 122 40 27 504 105 55
Binary 11000100 100100 10000101 0 1010010 100000 10111 101000100 1000101 101101

Color Harmonies of #C42485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42485

Black with #C42485

Text Example


Text Example

White with #C42485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42485; }

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

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

background-color css

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

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

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

border-color css

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

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

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