#CF34BB

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

Shades of Fuchsia #CF34BB

Tints of Fuchsia #CF34BB

Color information

#CF34BB (or 0xCF34BB) is unknown color: approx Fuchsia. HEX triplet: CF, 34 and BB. RGB value is (207,52,187). Sum of RGB (Red+Green+Blue) = 207+52+187=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34BB is #30CB44. Grayscale: #717171. Windows color (decimal): -3197765 or 12268751. OLE color: 12268751.

HSL color Cylindrical-coordinate representation of color #CF34BB: hue angle of 307.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF34BB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20752187-
CMYK00.750.100.19
HSL307.74º61.75%50.78%-
HSV(B)307.74º74.88%81.18%-
XYZ35.9319.3148.85-
YUV113.74169.35194.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 52 (20.70% from 255) = 11.66%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=46.41%
G=11.66%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075218700.750.100.19307.7461.7550.78
HexCF34BB04BA131343e33
Octal31764273011312234647663
Binary110011111101001011101101001011101010011100110100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF34BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF34BB; }

 p { color: rgb(207,52,187); }

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

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

 a { background-color: rgb(207,52,187); }

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

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

 span { border-color: rgb(207,52,187); }

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