#CB42AF

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

Shades of Fuchsia #CB42AF

Tints of Fuchsia #CB42AF

Color information

#CB42AF (or 0xCB42AF) is unknown color: approx Fuchsia. HEX triplet: CB, 42 and AF. RGB value is (203,66,175). Sum of RGB (Red+Green+Blue) = 203+66+175=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB42AF is #34BD50. Grayscale: #777777. Windows color (decimal): -3456337 or 11485899. OLE color: 11485899.

HSL color Cylindrical-coordinate representation of color #CB42AF: hue angle of 312.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42AF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20366175-
CMYK00.670.140.20
HSL312.26º56.85%52.75%-
HSV(B)312.26º67.49%79.61%-
XYZ34.3119.6942.55-
YUV119.39159.39187.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=45.72%
G=14.86%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036617500.670.140.20312.2656.8552.75
HexCB42AF043E141383935
Octal313102257010316244707165
Binary1100101110000101010111101000011111010100100111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB42AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB42AF; }

 p { color: rgb(203,66,175); }

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

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

 a { background-color: rgb(203,66,175); }

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

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

 span { border-color: rgb(203,66,175); }

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