#C948CB

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

Shades of Fuchsia #C948CB

Tints of Fuchsia #C948CB

Color information

#C948CB (or 0xC948CB) is unknown color: approx Fuchsia. HEX triplet: C9, 48 and CB. RGB value is (201,72,203). Sum of RGB (Red+Green+Blue) = 201+72+203=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C948CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CB is #36B734. Grayscale: #7D7D7D. Windows color (decimal): -3585845 or 13322441. OLE color: 13322441.

HSL color Cylindrical-coordinate representation of color #C948CB: hue angle of 299.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C948CB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20172203-
CMYK0.010.6500.20
HSL299.08º55.74%53.92%-
HSV(B)299.08º64.53%79.61%-
XYZ37.1821.3658.66-
YUV125.5171.74181.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 72 (28.52% from 255) = 15.13%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=42.23%
G=15.13%
B=42.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201722030.010.6500.20299.0855.7453.92
HexC948CB14101412b3836
Octal31111031311010244537066
Binary1100100110010001100101111000001010100100101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C948CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C948CB; }

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

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

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

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

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

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

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

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