Html Css Color HEX #C42DA8 Medium Red Violet

📋 copy color: '#C42DA8'

red 196 ◦ green 45 ◦ blue 168

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

Shades of Medium Red Violet #C42DA8

Tints of Medium Red Violet #C42DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 47.92%
G = 11%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C42DA8 (or 0xC42DA8) is known color: Medium Red Violet. HEX triplet: C4, 2D and A8. RGB value is (196,45,168). Sum of RGB (Red+Green+Blue) = 196+45+168=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DA8 is #3BD257. Grayscale: #676767. Windows color (decimal): -3920472 or 11021764. OLE color: 11021764.

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

Color convert

RGB 196 45 168 -
CMYK 0 0.77 0.14 0.23
HSL 311.13º 0.63% 0.47% -
HSV(B) 311.13º 0.77% 0.77% -
XYZ 30.77 16.44 38.6 -
YUV 104.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 196 45 168 0 0.77 0.14 0.23 311.13 0.63 0.47
Hex C4 2D A8 0 4D E 17 137 3F 2F
Octal 304 55 250 0 115 16 27 467 77 57
Binary 11000100 101101 10101000 0 1001101 1110 10111 100110111 111111 101111

Color Harmonies of #C42DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DA8

Black with #C42DA8

Text Example


Text Example

White with #C42DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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