#CF34B6

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

Shades of Fuchsia #CF34B6

Tints of Fuchsia #CF34B6

Color information

#CF34B6 (or 0xCF34B6) is unknown color: approx Fuchsia. HEX triplet: CF, 34 and B6. RGB value is (207,52,182). Sum of RGB (Red+Green+Blue) = 207+52+182=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34B6 is #30CB49. Grayscale: #707070. Windows color (decimal): -3197770 or 11941071. OLE color: 11941071.

HSL color Cylindrical-coordinate representation of color #CF34B6: hue angle of 309.68º 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 #CF34B6 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB20752182-
CMYK00.750.120.19
HSL309.68º61.75%50.78%-
HSV(B)309.68º74.88%81.18%-
XYZ35.419.146.08-
YUV113.16166.85194.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 52 (20.70% from 255) = 11.79%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=46.94%
G=11.79%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075218200.750.120.19309.6861.7550.78
HexCF34B604BC131363e33
Octal31764266011314234667663
Binary110011111101001011011001001011110010011100110110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF34B6; }

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

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

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

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

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

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

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

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