Html Css Color HEX #C427BC Deep Magenta

📋 copy color: '#C427BC'

red 196 ◦ green 39 ◦ blue 188

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

Shades of Deep Magenta #C427BC

Tints of Deep Magenta #C427BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 46.34%
G = 9.22%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C427BC (or 0xC427BC) is known color: Deep Magenta. HEX triplet: C4, 27 and BC. RGB value is (196,39,188). Sum of RGB (Red+Green+Blue) = 196+39+188=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C427BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427BC is #3BD843. Grayscale: #666666. Windows color (decimal): -3921988 or 12330948. OLE color: 12330948.

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

Color convert

RGB 196 39 188 -
CMYK 0 0.80 0.04 0.23
HSL 303.06º 0.67% 0.46% -
HSV(B) 303.06º 0.8% 0.77% -
XYZ 32.57 16.82 49.11 -
YUV 102.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 196 39 188 0 0.80 0.04 0.23 303.06 0.67 0.46
Hex C4 27 BC 0 50 4 17 12F 43 2E
Octal 304 47 274 0 120 4 27 457 103 56
Binary 11000100 100111 10111100 0 1010000 100 10111 100101111 1000011 101110

Color Harmonies of #C427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427BC

Black with #C427BC

Text Example


Text Example

White with #C427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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