#CB61CE

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

Shades of Fuchsia #CB61CE

Tints of Fuchsia #CB61CE

Color information

#CB61CE (or 0xCB61CE) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and CE. RGB value is (203,97,206). Sum of RGB (Red+Green+Blue) = 203+97+206=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61CE is #349E31. Grayscale: #8C8C8C. Windows color (decimal): -3448370 or 13525451. OLE color: 13525451.

HSL color Cylindrical-coordinate representation of color #CB61CE: hue angle of 298.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB61CE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20397206-
CMYK0.010.5300.19
HSL298.35º52.66%59.41%-
HSV(B)298.35º52.91%80.78%-
XYZ40.0425.761.24-
YUV141.12164.62172.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=40.12%
G=19.17%
B=40.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203972060.010.5300.19298.3552.6659.41
HexCB61CE13501312a353b
Octal3131413161650234526573
Binary110010111100001110011101110101010011100101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61CE; }

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

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

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

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

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

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

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

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