#CB61B3

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

Shades of Fuchsia #CB61B3

Tints of Fuchsia #CB61B3

Color information

#CB61B3 (or 0xCB61B3) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and B3. RGB value is (203,97,179). Sum of RGB (Red+Green+Blue) = 203+97+179=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61B3 is #349E4C. Grayscale: #898989. Windows color (decimal): -3448397 or 11755979. OLE color: 11755979.

HSL color Cylindrical-coordinate representation of color #CB61B3: hue angle of 313.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB61B3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB20397179-
CMYK00.520.120.20
HSL313.58º50.48%58.82%-
HSV(B)313.58º52.22%79.61%-
XYZ37.0424.545.42-
YUV138.04151.12174.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=42.38%
G=20.25%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039717900.520.120.20313.5850.4858.82
HexCB61B3034C1413a323b
Octal31314126306414244726273
Binary110010111100001101100110110100110010100100111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61B3; }

 p { color: rgb(203,97,179); }

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

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

 a { background-color: rgb(203,97,179); }

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

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

 span { border-color: rgb(203,97,179); }

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