#C229CC

Color #C229CC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C229CC

Tints of Deep Magenta #C229CC

Color information

#C229CC (or 0xC229CC) is unknown color: approx Deep Magenta. HEX triplet: C2, 29 and CC. RGB value is (194,41,204). Sum of RGB (Red+Green+Blue) = 194+41+204=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C229CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229CC is #3DD633. Grayscale: #686868. Windows color (decimal): -4052532 or 13380034. OLE color: 13380034.

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

Color convert

RGB19441204-
CMYK0.050.8000.2
HSL296.32º66.53%48.04%-
HSV(B)296.32º79.9%80%-
XYZ33.9417.4158.7-
YUV105.33183.69191.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=44.19%
G=9.34%
B=46.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194412040.050.8000.2296.3266.5348.04
HexC229CC5500141284330
Octal30251314512002445010360
Binary110000101010011100110010110100000101001001010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C229CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C229CC; }

 p { color: rgb(194,41,204); }

 H1.HeaderClassName
 {
   color: #C229CC;
 }
 .AnyTagClassName
 {
   color: #C229CC;
 }
</style>
background-color css

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

 a { background-color: rgb(194,41,204); }

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

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

 span { border-color: rgb(194,41,204); }

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