Html Css Color HEX #C427E2 Deep Magenta

📋 copy color: '#C427E2'

red 196 ◦ green 39 ◦ blue 226

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

Shades of Deep Magenta #C427E2

Tints of Deep Magenta #C427E2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.46%

 BLUE value IS 226 (88.67% from 255) = 49.02%

R = 42.52%
G = 8.46%
B = 49.02%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C427E2 (or 0xC427E2) is known color: Deep Magenta. HEX triplet: C4, 27 and E2. RGB value is (196,39,226). Sum of RGB (Red+Green+Blue) = 196+39+226=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #C427E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427E2 is #3BD81D. Grayscale: #6A6A6A. Windows color (decimal): -3921950 or 14821316. OLE color: 14821316.

HSL color Cylindrical-coordinate representation of color #C427E2: hue angle of 290.37º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C427E2 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 39 226 -
CMYK 0.13 0.83 0 0.11
HSL 290.37º 0.76% 0.52% -
HSV(B) 290.37º 0.83% 0.89% -
XYZ 37.22 18.68 73.6 -
YUV 107.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 196 39 226 0.13 0.83 0 0.11 290.37 0.76 0.52
Hex C4 27 E2 D 53 0 B 122 4C 34
Octal 304 47 342 15 123 0 13 442 114 64
Binary 11000100 100111 11100010 1101 1010011 0 1011 100100010 1001100 110100

Color Harmonies of #C427E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427E2

Black with #C427E2

Text Example


Text Example

White with #C427E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427E2; }

 p { color: rgb(196,39,226); }

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

background-color css

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

 a { background-color: rgb(196,39,226); }

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

border-color css

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

 span { border-color: rgb(196,39,226); }

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