#C92DD2

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

Shades of Fuchsia #C92DD2

Tints of Fuchsia #C92DD2

Color information

#C92DD2 (or 0xC92DD2) is unknown color: approx Fuchsia. HEX triplet: C9, 2D and D2. RGB value is (201,45,210). Sum of RGB (Red+Green+Blue) = 201+45+210=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #C92DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DD2 is #36D22D. Grayscale: #6D6D6D. Windows color (decimal): -3592750 or 13774281. OLE color: 13774281.

HSL color Cylindrical-coordinate representation of color #C92DD2: hue angle of 296.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92DD2 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20145210-
CMYK0.040.7900.18
HSL296.73º64.71%50%-
HSV(B)296.73º78.57%82.35%-
XYZ36.6618.9562.7-
YUV110.45184.18192.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 45 (17.97% from 255) = 9.87%
BLUE value IS 210 (82.42% from 255) = 46.05%
R=44.08%
G=9.87%
B=46.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201452100.040.7900.18296.7364.7150
HexC92DD244F0121294132
Octal31155322411702245110162
Binary110010011011011101001010010011110100101001010011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92DD2; }

 p { color: rgb(201,45,210); }

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

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

 a { background-color: rgb(201,45,210); }

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

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

 span { border-color: rgb(201,45,210); }

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