Html Css Color HEX #C427BA Deep Magenta

📋 copy color: '#C427BA'

red 196 ◦ green 39 ◦ blue 186

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

Shades of Deep Magenta #C427BA

Tints of Deep Magenta #C427BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 46.56%
G = 9.26%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C427BA (or 0xC427BA) is known color: Deep Magenta. HEX triplet: C4, 27 and BA. RGB value is (196,39,186). Sum of RGB (Red+Green+Blue) = 196+39+186=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C427BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427BA is #3BD845. Grayscale: #666666. Windows color (decimal): -3921990 or 12199876. OLE color: 12199876.

HSL color Cylindrical-coordinate representation of color #C427BA: hue angle of 303.82º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C427BA is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 186 -
CMYK 0 0.80 0.05 0.23
HSL 303.82º 0.67% 0.46% -
HSV(B) 303.82º 0.8% 0.77% -
XYZ 32.35 16.73 47.98 -
YUV 102.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 196 39 186 0 0.80 0.05 0.23 303.82 0.67 0.46
Hex C4 27 BA 0 50 5 17 130 43 2E
Octal 304 47 272 0 120 5 27 460 103 56
Binary 11000100 100111 10111010 0 1010000 101 10111 100110000 1000011 101110

Color Harmonies of #C427BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427BA

Black with #C427BA

Text Example


Text Example

White with #C427BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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