#CF6CB7

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

Shades of Fuchsia #CF6CB7

Tints of Fuchsia #CF6CB7

Color information

#CF6CB7 (or 0xCF6CB7) is unknown color: approx Fuchsia. HEX triplet: CF, 6C and B7. RGB value is (207,108,183). Sum of RGB (Red+Green+Blue) = 207+108+183=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CB7 is #309348. Grayscale: #919191. Windows color (decimal): -3183433 or 12020943. OLE color: 12020943.

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

Color convert

RGB207108183-
CMYK00.480.120.19
HSL314.55º50.77%61.76%-
HSV(B)314.55º47.83%81.18%-
XYZ39.6427.4148-
YUV146.15148.8171.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 108 (42.58% from 255) = 21.69%
BLUE value IS 183 (71.88% from 255) = 36.75%
R=41.57%
G=21.69%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710818300.480.120.19314.5550.7761.76
HexCF6CB7030C1313b333e
Octal31715426706014234736376
Binary110011111101100101101110110000110010011100111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CB7; }

 p { color: rgb(207,108,183); }

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

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

 a { background-color: rgb(207,108,183); }

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

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

 span { border-color: rgb(207,108,183); }

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