Html Css Color HEX #C42694 Medium Red Violet

📋 copy color: '#C42694'

red 196 ◦ green 38 ◦ blue 148

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

Shades of Medium Red Violet #C42694

Tints of Medium Red Violet #C42694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.95%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 51.31%
G = 9.95%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C42694 (or 0xC42694) is known color: Medium Red Violet. HEX triplet: C4, 26 and 94. RGB value is (196,38,148). Sum of RGB (Red+Green+Blue) = 196+38+148=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C42694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42694 is #3BD96B. Grayscale: #616161. Windows color (decimal): -3922284 or 9709252. OLE color: 9709252.

HSL color Cylindrical-coordinate representation of color #C42694: hue angle of 318.23º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42694 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 148 -
CMYK 0 0.81 0.24 0.23
HSL 318.23º 0.68% 0.46% -
HSV(B) 318.23º 0.81% 0.77% -
XYZ 28.8 15.26 29.44 -
YUV 97.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 196 38 148 0 0.81 0.24 0.23 318.23 0.68 0.46
Hex C4 26 94 0 51 18 17 13E 44 2E
Octal 304 46 224 0 121 30 27 476 104 56
Binary 11000100 100110 10010100 0 1010001 11000 10111 100111110 1000100 101110

Color Harmonies of #C42694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42694

Black with #C42694

Text Example


Text Example

White with #C42694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42694; }

 p { color: rgb(196,38,148); }

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

background-color css

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

 a { background-color: rgb(196,38,148); }

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

border-color css

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

 span { border-color: rgb(196,38,148); }

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