Html Css Color HEX #C427B5 Deep Magenta

📋 copy color: '#C427B5'

red 196 ◦ green 39 ◦ blue 181

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

Shades of Deep Magenta #C427B5

Tints of Deep Magenta #C427B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 47.12%
G = 9.38%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C427B5 (or 0xC427B5) is known color: Deep Magenta. HEX triplet: C4, 27 and B5. RGB value is (196,39,181). Sum of RGB (Red+Green+Blue) = 196+39+181=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C427B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427B5 is #3BD84A. Grayscale: #656565. Windows color (decimal): -3921995 or 11872196. OLE color: 11872196.

HSL color Cylindrical-coordinate representation of color #C427B5: hue angle of 305.73º 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 #C427B5 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 181 -
CMYK 0 0.80 0.08 0.23
HSL 305.73º 0.67% 0.46% -
HSV(B) 305.73º 0.8% 0.77% -
XYZ 31.83 16.52 45.23 -
YUV 102.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 196 39 181 0 0.80 0.08 0.23 305.73 0.67 0.46
Hex C4 27 B5 0 50 8 17 132 43 2E
Octal 304 47 265 0 120 10 27 462 103 56
Binary 11000100 100111 10110101 0 1010000 1000 10111 100110010 1000011 101110

Color Harmonies of #C427B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427B5

Black with #C427B5

Text Example


Text Example

White with #C427B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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