Html Css Color HEX #C427E1 Deep Magenta

📋 copy color: '#C427E1'

red 196 ◦ green 39 ◦ blue 225

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

Shades of Deep Magenta #C427E1

Tints of Deep Magenta #C427E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 42.61%
G = 8.48%
B = 48.91%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C427E1 (or 0xC427E1) is known color: Deep Magenta. HEX triplet: C4, 27 and E1. RGB value is (196,39,225). Sum of RGB (Red+Green+Blue) = 196+39+225=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #C427E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427E1 is #3BD81E. Grayscale: #6A6A6A. Windows color (decimal): -3921951 or 14755780. OLE color: 14755780.

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

Color convert

RGB 196 39 225 -
CMYK 0.13 0.83 0 0.12
HSL 290.65º 0.76% 0.52% -
HSV(B) 290.65º 0.83% 0.88% -
XYZ 37.08 18.62 72.87 -
YUV 107.15 194.51 191.38 -
System Red Green Blue C M Y K H S L
Decimal 196 39 225 0.13 0.83 0 0.12 290.65 0.76 0.52
Hex C4 27 E1 D 53 0 C 123 4C 34
Octal 304 47 341 15 123 0 14 443 114 64
Binary 11000100 100111 11100001 1101 1010011 0 1100 100100011 1001100 110100

Color Harmonies of #C427E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427E1

Black with #C427E1

Text Example


Text Example

White with #C427E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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