#CB4ABC

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

Shades of Fuchsia #CB4ABC

Tints of Fuchsia #CB4ABC

Color information

#CB4ABC (or 0xCB4ABC) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and BC. RGB value is (203,74,188). Sum of RGB (Red+Green+Blue) = 203+74+188=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ABC is #34B543. Grayscale: #7D7D7D. Windows color (decimal): -3454276 or 12339915. OLE color: 12339915.

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

Color convert

RGB20374188-
CMYK00.640.070.20
HSL306.98º55.36%54.31%-
HSV(B)306.98º63.55%79.61%-
XYZ36.1521.2249.77-
YUV125.57163.24183.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 74 (29.30% from 255) = 15.91%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=43.66%
G=15.91%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037418800.640.070.20306.9855.3654.31
HexCB4ABC0407141333736
Octal31311227401007244636766
Binary110010111001010101111000100000011110100100110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4ABC; }

 p { color: rgb(203,74,188); }

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

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

 a { background-color: rgb(203,74,188); }

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

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

 span { border-color: rgb(203,74,188); }

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