#C948CF

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

Shades of Fuchsia #C948CF

Tints of Fuchsia #C948CF

Color information

#C948CF (or 0xC948CF) is unknown color: approx Fuchsia. HEX triplet: C9, 48 and CF. RGB value is (201,72,207). Sum of RGB (Red+Green+Blue) = 201+72+207=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C948CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CF is #36B730. Grayscale: #7D7D7D. Windows color (decimal): -3585841 or 13584585. OLE color: 13584585.

HSL color Cylindrical-coordinate representation of color #C948CF: hue angle of 297.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C948CF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20172207-
CMYK0.030.6500.19
HSL297.33º58.44%54.71%-
HSV(B)297.33º65.22%81.18%-
XYZ37.6721.5661.21-
YUV125.96173.74181.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 72 (28.52% from 255) = 15%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=41.88%
G=15%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201722070.030.6500.19297.3358.4454.71
HexC948CF3410131293a37
Octal31111031731010234517267
Binary11001001100100011001111111000001010011100101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C948CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C948CF; }

 p { color: rgb(201,72,207); }

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

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

 a { background-color: rgb(201,72,207); }

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

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

 span { border-color: rgb(201,72,207); }

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