#cf33d6

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

Shades of Fuchsia #CF33D6

Tints of Fuchsia #CF33D6

Color information

#CF33D6 (or 0xCF33D6) is unknown color: approx Fuchsia. HEX triplet: CF, 33 and D6. RGB value is (207,51,214). Sum of RGB (Red+Green+Blue) = 207+51+214=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF33D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33D6 is #30CC29. Grayscale: #737373. Windows color (decimal): -3197994 or 14037967. OLE color: 14037967.

HSL color Cylindrical-coordinate representation of color #CF33D6: hue angle of 297.42º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF33D6 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20751214-
CMYK0.030.7600.16
HSL297.42º66.53%51.96%-
HSV(B)297.42º76.17%83.92%-
XYZ39.0520.4965.51-
YUV116.23183.18192.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 51 (20.31% from 255) = 10.81%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=43.86%
G=10.81%
B=45.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207512140.030.7600.16297.4266.5351.96
HexCF33D634C0101294334
Octal31763326311402045110364
Binary11001111110011110101101110011000100001001010011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf33d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf33d6; }

 p { color: rgb(207,51,214); }

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

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

 a { background-color: rgb(207,51,214); }

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

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

 span { border-color: rgb(207,51,214); }

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