Html Css Color HEX #C42EA8 Medium Red Violet

📋 copy color: '#C42EA8'

red 196 ◦ green 46 ◦ blue 168

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

Shades of Medium Red Violet #C42EA8

Tints of Medium Red Violet #C42EA8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.22%

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

R = 47.8%
G = 11.22%
B = 40.98%

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

#C42EA8 (or 0xC42EA8) is known color: Medium Red Violet. HEX triplet: C4, 2E and A8. RGB value is (196,46,168). Sum of RGB (Red+Green+Blue) = 196+46+168=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42EA8 is #3BD157. Grayscale: #686868. Windows color (decimal): -3920216 or 11022020. OLE color: 11022020.

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

Color convert

RGB 196 46 168 -
CMYK 0 0.77 0.14 0.23
HSL 311.2º 0.62% 0.47% -
HSV(B) 311.2º 0.77% 0.77% -
XYZ 30.81 16.52 38.61 -
YUV 104.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 196 46 168 0 0.77 0.14 0.23 311.2 0.62 0.47
Hex C4 2E A8 0 4D E 17 137 3E 2F
Octal 304 56 250 0 115 16 27 467 76 57
Binary 11000100 101110 10101000 0 1001101 1110 10111 100110111 111110 101111

Color Harmonies of #C42EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EA8

Black with #C42EA8

Text Example


Text Example

White with #C42EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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