Html Css Color HEX #C42A7A Medium Red Violet

📋 copy color: '#C42A7A'

red 196 ◦ green 42 ◦ blue 122

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

Shades of Medium Red Violet #C42A7A

Tints of Medium Red Violet #C42A7A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 54.44%
G = 11.67%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C42A7A (or 0xC42A7A) is known color: Medium Red Violet. HEX triplet: C4, 2A and 7A. RGB value is (196,42,122). Sum of RGB (Red+Green+Blue) = 196+42+122=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A7A is #3BD585. Grayscale: #616161. Windows color (decimal): -3921286 or 8006340. OLE color: 8006340.

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

Color convert

RGB 196 42 122 -
CMYK 0 0.79 0.38 0.23
HSL 328.83º 0.65% 0.47% -
HSV(B) 328.83º 0.79% 0.77% -
XYZ 27.11 14.8 19.84 -
YUV 97.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 196 42 122 0 0.79 0.38 0.23 328.83 0.65 0.47
Hex C4 2A 7A 0 4F 26 17 149 41 2F
Octal 304 52 172 0 117 46 27 511 101 57
Binary 11000100 101010 1111010 0 1001111 100110 10111 101001001 1000001 101111

Color Harmonies of #C42A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A7A

Black with #C42A7A

Text Example


Text Example

White with #C42A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A7A; }

 p { color: rgb(196,42,122); }

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

background-color css

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

 a { background-color: rgb(196,42,122); }

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

border-color css

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

 span { border-color: rgb(196,42,122); }

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