#CB48CA

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

Shades of Fuchsia #CB48CA

Tints of Fuchsia #CB48CA

Color information

#CB48CA (or 0xCB48CA) is unknown color: approx Fuchsia. HEX triplet: CB, 48 and CA. RGB value is (203,72,202). Sum of RGB (Red+Green+Blue) = 203+72+202=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48CA is #34B735. Grayscale: #7D7D7D. Windows color (decimal): -3454774 or 13256907. OLE color: 13256907.

HSL color Cylindrical-coordinate representation of color #CB48CA: hue angle of 300.46º 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 #CB48CA is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20372202-
CMYK00.650.000.20
HSL300.46º55.74%53.92%-
HSV(B)300.46º64.53%79.61%-
XYZ37.6121.658.06-
YUV125.99170.9182.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=42.56%
G=15.09%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037220200.650.000.20300.4655.7453.92
HexCB48CA04101412c3836
Octal31311031201010244547066
Binary1100101110010001100101001000001010100100101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48CA; }

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

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

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

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

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

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

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

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