Html Css Color HEX #C42DA5 Medium Red Violet

📋 copy color: '#C42DA5'

red 196 ◦ green 45 ◦ blue 165

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

Shades of Medium Red Violet #C42DA5

Tints of Medium Red Violet #C42DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 48.28%
G = 11.08%
B = 40.64%

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

#C42DA5 (or 0xC42DA5) is known color: Medium Red Violet. HEX triplet: C4, 2D and A5. RGB value is (196,45,165). Sum of RGB (Red+Green+Blue) = 196+45+165=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DA5 is #3BD25A. Grayscale: #676767. Windows color (decimal): -3920475 or 10825156. OLE color: 10825156.

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

Color convert

RGB 196 45 165 -
CMYK 0 0.77 0.16 0.23
HSL 312.32º 0.63% 0.47% -
HSV(B) 312.32º 0.77% 0.77% -
XYZ 30.49 16.33 37.14 -
YUV 103.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 196 45 165 0 0.77 0.16 0.23 312.32 0.63 0.47
Hex C4 2D A5 0 4D 10 17 138 3F 2F
Octal 304 55 245 0 115 20 27 470 77 57
Binary 11000100 101101 10100101 0 1001101 10000 10111 100111000 111111 101111

Color Harmonies of #C42DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DA5

Black with #C42DA5

Text Example


Text Example

White with #C42DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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