Html Css Color HEX #C42DA4 Medium Red Violet

📋 copy color: '#C42DA4'

red 196 ◦ green 45 ◦ blue 164

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

Shades of Medium Red Violet #C42DA4

Tints of Medium Red Violet #C42DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 48.4%
G = 11.11%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C42DA4 (or 0xC42DA4) is known color: Medium Red Violet. HEX triplet: C4, 2D and A4. RGB value is (196,45,164). Sum of RGB (Red+Green+Blue) = 196+45+164=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DA4 is #3BD25B. Grayscale: #676767. Windows color (decimal): -3920476 or 10759620. OLE color: 10759620.

HSL color Cylindrical-coordinate representation of color #C42DA4: hue angle of 312.72º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DA4 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 164 -
CMYK 0 0.77 0.16 0.23
HSL 312.72º 0.63% 0.47% -
HSV(B) 312.72º 0.77% 0.77% -
XYZ 30.4 16.29 36.66 -
YUV 103.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 196 45 164 0 0.77 0.16 0.23 312.72 0.63 0.47
Hex C4 2D A4 0 4D 10 17 139 3F 2F
Octal 304 55 244 0 115 20 27 471 77 57
Binary 11000100 101101 10100100 0 1001101 10000 10111 100111001 111111 101111

Color Harmonies of #C42DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DA4

Black with #C42DA4

Text Example


Text Example

White with #C42DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DA4; }

 p { color: rgb(196,45,164); }

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

background-color css

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

 a { background-color: rgb(196,45,164); }

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

border-color css

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

 span { border-color: rgb(196,45,164); }

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