Html Css Color HEX #C42DA2 Medium Red Violet

📋 copy color: '#C42DA2'

red 196 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #C42DA2

Tints of Medium Red Violet #C42DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.2%

R = 48.64%
G = 11.17%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C42DA2 (or 0xC42DA2) is known color: Medium Red Violet. HEX triplet: C4, 2D and A2. RGB value is (196,45,162). Sum of RGB (Red+Green+Blue) = 196+45+162=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DA2 is #3BD25D. Grayscale: #676767. Windows color (decimal): -3920478 or 10628548. OLE color: 10628548.

HSL color Cylindrical-coordinate representation of color #C42DA2: hue angle of 313.51º 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 #C42DA2 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 162 -
CMYK 0 0.77 0.17 0.23
HSL 313.51º 0.63% 0.47% -
HSV(B) 313.51º 0.77% 0.77% -
XYZ 30.22 16.22 35.72 -
YUV 103.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 196 45 162 0 0.77 0.17 0.23 313.51 0.63 0.47
Hex C4 2D A2 0 4D 11 17 13A 3F 2F
Octal 304 55 242 0 115 21 27 472 77 57
Binary 11000100 101101 10100010 0 1001101 10001 10111 100111010 111111 101111

Color Harmonies of #C42DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DA2

Black with #C42DA2

Text Example


Text Example

White with #C42DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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